Most visited

Recently visited

Added in API level 16

SuppressLint

public abstract @interface SuppressLint
implements Annotation

android.annotation.SuppressLint


Indicates that Lint should ignore the specified warnings for the annotated element.

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!