Annotation Interface QuickFix


@Retention(RUNTIME) public @interface QuickFix
Quick fix annotation. Used to mark IFix implementations and bind them to corresponding check.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the target check identifier
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Gets the check supplier identifier
  • Element Details

    • checkId

      String checkId
      Gets the target check identifier
      Returns:
      The check id, never null
    • supplierId

      String supplierId
      Gets the check supplier identifier
      Returns:
      The check supplier identifier, never null, can be empty
      Default:
      ""