diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-02-17 23:48:54 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-02-17 23:48:54 +0000 |
commit | 39fcdb0d8413bade899889d75227aa6bbc51c52c (patch) | |
tree | 2358ad6fcd54c0a2789eef6a36e11601684aafc3 /NEWS | |
parent | 9c2f74c52465a9799d1262bdced79388ad963a15 (diff) | |
download | classpath-39fcdb0d8413bade899889d75227aa6bbc51c52c.tar.gz |
2008-02-17 Andrew John Hughes <gnu_andrew@member.fsf.org>
* vm/reference/java/lang/reflect/Constructor.java,
* vm/reference/java/lang/reflect/Method.java:
(getParameterAnnotations()): Added.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ JAVAC=<preferred javac> Runtime interface changes: * Removed VMFloat.floatToIntBits amd VMDouble.doubleToLongBits. +* Added new getParameterAnnotations() methods in Constructor and Method. New in release 0.96.1 (Oct 16, 2007) |