@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface SupportedOptions
SourceChecker.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
is Inherited
.
SupportedLintOptions
,
SupportedOptions
public abstract String[] value