@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SupportedLintOptions
SourceChecker.getSupportedLintOptions()
method can construct its
result from the value of this annotation.
TODO: Are superclasses considered? Should we?SupportedOptions
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value |