Annotation Type SupportedOptions
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface SupportedOptionsAn annotation used to indicate what Checker Framework options a checker supports. TheSourceChecker.getSupportedOptions()method constructs its result from the value of this annotation and additionally prefixing the checker class name.In contrast to
SupportedOptions, note that this qualifier isInherited.- See Also:
SupportedLintOptions,SupportedOptions
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-