Annotation Interface jQASuppress


@Retention(CLASS) public @interface jQASuppress
Indicates that rule ids (constraints or concepts) should be suppressed for the annotated element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The rule ids.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The human readable reason for this suppression.
  • Element Details

    • value

      String[] value
      The rule ids.
      Returns:
      The rule ids.
    • reason

      String reason
      The human readable reason for this suppression.
      Default:
      ""