summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeroen Frijters <jeroen@sumatra.nl>2006-04-23 10:21:56 +0000
committerJeroen Frijters <jeroen@sumatra.nl>2006-04-23 10:21:56 +0000
commit6df2fb65a2263004f9a16b046f213423f5f7539a (patch)
tree8779939f417dad5ef241c952ac9301cd0e6c3db3 /NEWS
parentd10a6d0bff86db896c80716e1f1615f431995954 (diff)
downloadclasspath-6df2fb65a2263004f9a16b046f213423f5f7539a.tar.gz
2006-04-23 Jeroen Frijters <jeroen@frijters.net>
* NEWS: Added information about annotation support. * java/lang/Class.java: Implement AnnotatedElement. (equals): Reformatted to match generics branch. (getEnumConstants): Implemented. (getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent): Merged from generics branch. * vm/reference/java/lang/VMClass.java (getDeclaredAnnotations): New method.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c0fc4ca9a..6a237765d 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,11 @@ Runtime interface changes:
consistent with one another. As a result, the main branch includes an
additional environ() function in VMSystem and an additional argument has
been added to nativeSpawn() in VMProcess.
+* Annotation support is now available in the main branch, if the VM supports
+ it. The VM should implement VMClass.getDeclaredAnnotations,
+ Constructor.getAnnotation, Constructor.getDeclaredAnnotations,
+ Field.getAnnotation, Field.getDeclaredAnnotations, Method.getAnnotation and
+ Method.getDeclaredAnnotations.
New in release 0.90 (March 6, 2006)