Package edu.umd.cs.findbugs.annotations
Annotation Interface SuppressWarnings
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
@Retention(CLASS)
@Deprecated
public @interface SuppressWarnings
Deprecated.
Was used to suppress FindBugs warnings but generates name conflicts with
SuppressWarnings.- Author:
- pugh
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.String[]Deprecated.The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
SuppressFBWarningsinstead