Annotation Interface SuppressWarnings


Deprecated.
- Use SuppressFBWarnings instead
Was used to suppress FindBugs warnings but generates name conflicts with SuppressWarnings.
Author:
pugh
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
     
    Deprecated.
    The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
  • Element Details

    • value

      String[] value
      Deprecated.
      The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
      Default:
      {}
    • justification

      String justification
      Deprecated.
      Default:
      ""