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
      java.lang.String value
      The name of the field.
    • Element Detail

      • value

        java.lang.String value
        The name of the field.