|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD,CONSTRUCTOR})
@Retention(value=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 | |
|---|---|
int |
value
This sets the target api level for the type.. |
| Element Detail |
|---|
public abstract int value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||