Annotation Type SuppressWarnings


Suppress the warning reported by the code analyzing tool.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The justification for the suppression.
    The names of the warnings to suppress.
  • Element Details

    • value

      String[] value
      The names of the warnings to suppress.
      Returns:
      list of warning to supress
      Default:
      {}
    • justification

      String justification
      The justification for the suppression. Should be a human readable description explaining why it is ok to suppress the message(s).
      Returns:
      the justification for the suppression
      Since:
      1.19
      Default:
      ""