Package edu.umd.cs.findbugs.annotations
Annotation Type SuppressFBWarnings
-
@Retention(CLASS) public @interface SuppressFBWarnings
Used to suppress FindBugs warnings. It should be used instead ofSuppressWarnings
to avoid conflicts withSuppressWarnings
.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
justification
Optional documentation of the reason why the warning is suppressedjava.lang.String[]
value
The set of FindBugs warnings that are to be suppressed in annotated element.
-