Name: viR10068 Date: 01/21/2004
Reflection API for the JSR-175 (A program annotation facility)
describe next methods that are not implemented yet (jdk15-b32):
java.lang.Class.getAnnotation()
java.lang.Class.getAnnotations()
java.lang.Class.getDeclaredAnnotations()
java.lang.Class.isAnnotationPresent()
java.lang.reflect.Field.getAnnotation()
java.lang.reflect.Field.getAnnotations()
java.lang.reflect.Field.getDeclaredAnnotations()
java.lang.reflect.Field.isAnnotationPresent()
java.lang.reflect.Constructor.getAnnotation()
java.lang.reflect.Constructor.getAnnotations()
java.lang.reflect.Constructor.getDeclaredAnnotations()
java.lang.reflect.Constructor.getParameterAnnotations()
java.lang.reflect.Constructor.isAnnotationPresent()
java.lang.reflect.Method.getAnnotation()
java.lang.reflect.Method.getAnnotations()
java.lang.reflect.Method.getDeclaredAnnotations()
java.lang.reflect.Method.getParameterAnnotations()
java.lang.reflect.Method.isAnnotationPresent()
The JCK team needs this bug to exclude new tests for these
methods that should be integrated before end of Jan due to
'new tests development freeze'.
Affected tests are:
api/java_lang/reflect/Constructor/index.html#getParamAnnot
api/java_lang/reflect/Method/index.html#getParamAnnot
api/java_lang/reflect/AccessibleObject/index.html#getAnnotation
api/java_lang/reflect/AccessibleObject/index.html#getAnnotations
api/java_lang/reflect/AccessibleObject/index.html#getDecAnnot
api/java_lang/reflect/AccessibleObject/index.html#isAnnotPresent
api/java_lang/Class/index.html#getAnnotation
api/java_lang/Class/index.html#isAnnotPresent
api/java_lang/Class/index.html#getAnnotations
api/java_lang/Class/index.html#getDecAnnot
======================================================================