Annotation Type Accessor


@Target(METHOD)
@Retention(RUNTIME)
public @interface Accessor
Indicates that the annotated method is an accessor for a non-visible field.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    The name of the field.
  • Element Details