On 21 Apr 2006, at 10:45, Jeroen Frijters wrote:

Hi,

I updated java.lang.reflect.AccessibleObject to 1.5. I wrote some
throwaway code to figure out the JDK 1.5 behavior for these methods and
duplicated that.

Regards,
Jeroen

2006-04-21  Jeroen Frijters  <[EMAIL PROTECTED]>

        * java/lang/reflect/AccessibleObject.java:
        Implemented AnnotatedElement.
        (getAnnotation, getAnnotations, getDeclaredAnnotations,
        isAnnotationPresent): New methods.
<generics-accessibleobject.patch.txt>

Please document new methods as you add them. There are already plenty of new undocumented methods on the generics branch, and I'd appreciate it if we didn't add more. These methods are very similar to those in java.lang.Class, so they could be more or less copied across.

Thanks,
--
Andrew :)

Reply via email to