FileDocCategorySizeDatePackage
SuppressLint.javaAPI DocAndroid 5.1 API1535Thu Mar 12 22:22:08 GMT 2015android.annotation

SuppressLint

public class SuppressLint
Indicates that Lint should ignore the specified warnings for the annotated element.

Fields Summary
Constructors Summary
Methods Summary
java.lang.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.