corda/classpath/java/lang/reflect
Joel Dice c1c9d2111b remove GNU Classpath and Apache Harmony compatibility code
Rather than try to support mixing Avian's core classes with those of
an external class library -- which necessitates adding a lot of stub
methods which throw UnsupportedOperationExceptions, among other
comprimises -- we're looking to support such external class libraries
in their unmodified forms.  The latter strategy has already proven
successful with OpenJDK's class library.  Thus, this commit removes
the stub methods, etc., which not only cleans up the code but avoids
misleading application developers as to what classes and methods
Avian's built-in class library supports.
2010-09-27 15:58:02 -06:00
..
AccessibleObject.java update copyright years 2009-12-02 19:08:29 -07:00
AnnotatedElement.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
Array.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Constructor.java remove GNU Classpath and Apache Harmony compatibility code 2010-09-27 15:58:02 -06:00
Field.java remove GNU Classpath and Apache Harmony compatibility code 2010-09-27 15:58:02 -06:00
InvocationHandler.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
InvocationTargetException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Member.java remove GNU Classpath and Apache Harmony compatibility code 2010-09-27 15:58:02 -06:00
Method.java remove GNU Classpath and Apache Harmony compatibility code 2010-09-27 15:58:02 -06:00
Modifier.java update copyright years 2009-12-02 19:08:29 -07:00
Proxy.java more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
Type.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00