Package android.annotation
Annotation Type SuppressLint
-
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE}) @Retention(CLASS) public @interface SuppressLintIndicates that Lint should ignore the specified warnings for the annotated element.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueThe set of warnings (identified by the lint issue id) that should be ignored by lint.
-