Annotation Type QuickFixes


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Beta
    public @interface QuickFixes
    Annotation Container for @QuickFix annotations. You can mark a method in a AbstractDeclarativeIdeQuickfixProvider with this annotation to specify which issue codes the method offers quick-fixes for.
    Since:
    2.24
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      QuickFix[] value