Annotation Type FieldGetter
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
@Target(METHOD)
@Retention(RUNTIME)
public @interface FieldGetter
Used to annotate methods on a reflection proxy interface as a field getter.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the target field.- Returns:
- field name
-