Package android.annotation
Annotation Type TargetApi
-
@Target({TYPE,METHOD,CONSTRUCTOR}) @Retention(CLASS) public @interface TargetApiIndicates that Lint should treat this type as targeting a given API level, no matter what the project target is.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueThis sets the target api level for the type..
-