Package org.robolectric.util.reflector
Annotation Type Accessor
-
@Target(METHOD) @Retention(RUNTIME) public @interface AccessorIndicates that the annotated method is an accessor for a non-visible field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the field.
-