checkers.source
Annotation Type SupportedLintOptions


@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.

See Also:
SupportedOptions

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value