android.annotation
Annotation Type SuppressLint
@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
@Retention(value=CLASS)
public @interface SuppressLint
Indicates that Lint should ignore the specified warnings for the annotated element.
|
Required Element Summary |
String[] |
value
The set of warnings (identified by the lint issue id) that should be
ignored by lint. |
value
public abstract 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.
Copyright © 2008-2012. All Rights Reserved.