Annotation Type SuppressFBWarnings


@Retention(CLASS) public @interface SuppressFBWarnings
Marker class indicating that some FindBugs/SpotBugs warnings should be suppressed.
Author:
Christian Kohlschütter
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The FindBugs/SpotBugs warnings that should be suppressed.
  • Element Details

    • value

      String[] value
      The FindBugs/SpotBugs warnings that should be suppressed.
      Returns:
      A list of warnings.
      Default:
      {}