SuppressLint
public
abstract
@interface
SuppressLint
implements
Annotation
android.annotation.SuppressLint
|
Indicates that Lint should ignore the specified warnings for the annotated element.
Summary
Public methods |
String[]
|
value()
The set of warnings (identified by the lint issue id) that should be
ignored by lint.
|
Public methods
value
public String[] value ()
The set of warnings (identified by the lint issue id) that should be
ignored by lint. It is not an error to specify an unrecognized name.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]