reflection SQE test

Joel Borggrén-Franck joel.franck at oracle.com
Tue Feb 26 10:23:19 PST 2013


On 26 feb 2013, at 17:44, Joe Darcy <joe.darcy at oracle.com> wrote:

> On 2/26/2013 4:33 AM, jun wang wrote:
>> What about this method in java.lang.reflect.ReflectAccess.java?
>> 
>> public byte[] getExecutableTypeAnnotationBytes(Executable ex)
> 
> Does ReflectAccess have any public API?
> 

I don't think so. The API lives in sun/reflect/LangReflectAccess.java and the implementation in a package private class java/lang/reflect/ReflectAccess.java.

cheers
/Joel



More information about the type-annotations-dev mailing list