Annotation Type SuppressWarnings


  • @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
    @Retention(CLASS)
    public @interface SuppressWarnings
    SuppressWarnings annotation that can be used at runtime by findbugs but can be shipped with our source.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String justification  
      java.lang.String[] value
      The justification for the suppression.
    • Element Detail

      • value

        java.lang.String[] value
        The justification for the suppression.
        Default:
        {}
      • justification

        java.lang.String justification
        Default:
        ""