FileDocCategorySizeDatePackage
SuppressWarnings.javaAPI DocAndroid 1.5 API1820Wed May 06 22:41:04 BST 2009java.lang

SuppressWarnings

public class SuppressWarnings
Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element. Warnings are not only suppressed for the annotated element but also for all program elements contained in that element.

It is recommended that programmers always use this annotation on the most deeply nested element where it is actually needed.

since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
java.lang.String[]value()
The list of warnings a compiler should not issue.

since
Android 1.0