@Retention(value=CLASS)
@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
public @interface FindBugsSuppressWarnings
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
List of suppressed FindBugs warnings
|