@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
@Retention(CLASS)
public @interface SuppressWarnings
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
justification |
The justification for the suppression.
|
java.lang.String[] |
value |
The names of the warnings to suppress.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.