mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
[java-highlighting] Provide the fix for the "*annotation* not applicable to *target*" error (IDEA-216251)
GitOrigin-RevId: ed6eb867457c4b3413156366be89a076c639ccf3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8c36219f10
commit
8bb8d7ca5d
@@ -545,4 +545,6 @@ public abstract class QuickFixFactory {
|
||||
|
||||
@Nullable
|
||||
public abstract IntentionAction createDeleteDefaultFix(@NotNull PsiFile file, @Nullable Object highlightInfo);
|
||||
|
||||
public abstract @NotNull IntentionAction createAddAnnotationTargetFix(@NotNull PsiAnnotation annotation, PsiAnnotation.TargetType target);
|
||||
}
|
||||
Reference in New Issue
Block a user