@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE}) @Retention(value=CLASS) public @interface SuppressWarnings
Modifier and Type | Optional Element and Description |
---|---|
String |
justification
The justification for the suppression.
|
String[] |
value
The names of the warnings to suppress.
|
public abstract String[] value
public abstract String justification
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.