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 oneQuickFixesannotation.- Since:
- 2.24
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-