@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
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 @code{Inherited}.SupportedLintOptions
,
SupportedOptions
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value |