Annotation Type QuickFix


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Repeatable(QuickFixes.class)
    @Beta
    public @interface QuickFix
    Semantic quick-fix. Multiple quick-fixes can be assigned to one method by wrapping it in one QuickFixes annotation.
    Since:
    2.24
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value