Most visited

Recently visited

Added in API level 16

TargetApi

public abstract @interface TargetApi
implements Annotation

android.annotation.TargetApi


Indicates that Lint should treat this type as targeting a given API level, no matter what the project target is.

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!