Annotation Type SuppressWarnings


  • @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
    @Retention(CLASS)
    @Deprecated
    public @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
      java.lang.String justification
      Deprecated.
       
      java.lang.String[] value
      Deprecated.
      The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
    • Element Detail

      • value

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

        java.lang.String justification
        Deprecated.
        Default:
        ""