Annotation Type 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
      String checkId
      Gets the target check identifier
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String supplierId
      Gets the check supplier identifier
    • Element Detail

      • 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:
        ""