Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 16

android.annotation

Annotations

SuppressLint Indicates that Lint should ignore the specified warnings for the annotated element. 
TargetApi Indicates that Lint should treat this type as targeting a given API level, no matter what the project target is.