Package edu.umd.cs.findbugs.annotations
Annotation Interface SuppressFBWarnings
Used to suppress FindBugs warnings.
It should be used instead of
SuppressWarnings to avoid conflicts with
SuppressWarnings.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionOptional documentation of the reason why the warning is suppressedString[]The set of FindBugs warnings that are to be suppressed in annotated element.