Annotation Type QuickFixes
-
@Retention(RUNTIME) @Target(METHOD) @Beta public @interface QuickFixesAnnotation Container for @QuickFixannotations. You can mark a method in aAbstractDeclarativeIdeQuickfixProviderwith this annotation to specify which issue codes the method offers quick-fixes for.- Since:
- 2.24
-
-
Element Detail
-
value
QuickFix[] value
-
-