Class | Description |
---|---|
Reflector |
Provides accessor objects for efficiently calling otherwise inaccessible (non-public) methods.
|
UnsafeAccess |
Access to sun.misc.Unsafe and the various scary things within.
|
Annotation Type | Description |
---|---|
Accessor |
Indicates that the annotated method is an accessor for a non-visible field.
|
ForType |
Indicates that the annotated interface is an accessor object for use by
Reflector . |
Static |
Marks
Reflector methods which serve as accessors for static members. |
WithType |
Parameters with types that can’t be resolved at compile time may be annotated @WithType.
|