Annotation Type Static
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
@Target(METHOD)
@Retention(RUNTIME)
public @interface Static
Used to indicate the annotated method targets a
static field (when combined with
FieldGetter or FieldSetter)
or method.