summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-02-17 23:48:54 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-02-17 23:48:54 +0000
commit39fcdb0d8413bade899889d75227aa6bbc51c52c (patch)
tree2358ad6fcd54c0a2789eef6a36e11601684aafc3 /NEWS
parent9c2f74c52465a9799d1262bdced79388ad963a15 (diff)
downloadclasspath-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be47433c1..b5655260f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)