@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Accessor
Indicates that the annotated method is an accessor for a non-visible field.
String
value
public abstract String value
The name of the field.