SuppressFBWarnings
instead@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE}) @Retention(value=CLASS) @Deprecated public @interface SuppressWarnings
SuppressWarnings
.Modifier and Type | Optional Element and Description |
---|---|
String |
justification
Deprecated.
|
String[] |
value
Deprecated.
The set of FindBugs warnings that are to be suppressed by the compiler in the
annotated element.
|
Copyright © 2015. All rights reserved.