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