|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface SupportedLintOptions
An annotation used to indicate what lint options a checker supports. The
SourceChecker.getSupportedLintOptions()
method can construct its
result from the value of this annotation.
SupportedOptions
Required Element Summary | |
---|---|
String[] |
value
|
Element Detail |
---|
public abstract String[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |