Annotation Type SuppressWarnings
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
@Retention(SOURCE)
public @interface SuppressWarnings
An annotation that indicates a compiler should suppress any warnings of the
type specified in the value().
- Since:
- 1.5
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] value
-