Package org.robolectric.util.reflector
Annotation Type Accessor
-
@Target(METHOD) @Retention(RUNTIME) public @interface Accessor
Indicates that the annotated method is an accessor for a non-visible field.
-
-
Element Detail
-
value
String value
The name of the field.
-
-