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