A S T V 
All Classes All Packages

A

android.annotation - package android.annotation
 

S

SuppressLint - Annotation Type in android.annotation
Indicates that Lint should ignore the specified warnings for the annotated element.

T

TargetApi - Annotation Type in android.annotation
Indicates that Lint should treat this type as targeting a given API level, no matter what the project target is.

V

value() - Method in annotation type android.annotation.SuppressLint
The set of warnings (identified by the lint issue id) that should be ignored by lint.
value() - Method in annotation type android.annotation.TargetApi
This sets the target api level for the type..
A S T V 
All Classes All Packages