mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
[java-inspections] Add quotes to annotations in inspection messages
GitOrigin-RevId: a2d102bb75c6f0f213cfe79928909f8501be6ca7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9ee8313ff0
commit
2a86552363
@@ -1,4 +1,4 @@
|
||||
// "Annotate annotation 'Test' as @Retention(RetentionPolicy.RUNTIME)" "true-preview"
|
||||
// "Annotate annotation 'Test' as '@Retention(RetentionPolicy.RUNTIME)'" "true-preview"
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate annotation 'Test' as @Retention(RetentionPolicy.RUNTIME)" "true-preview"
|
||||
// "Annotate annotation 'Test' as '@Retention(RetentionPolicy.RUNTIME)'" "true-preview"
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate annotation 'Test' as @Retention(RetentionPolicy.RUNTIME)" "true-preview"
|
||||
// "Annotate annotation 'Test' as '@Retention(RetentionPolicy.RUNTIME)'" "true-preview"
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate annotation 'NotNull' as @Retention(RetentionPolicy.RUNTIME)" "false"
|
||||
// "Annotate annotation 'NotNull' as '@Retention(RetentionPolicy.RUNTIME)'" "false"
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate annotation 'Test' as @Retention(RetentionPolicy.RUNTIME)" "true-preview"
|
||||
// "Annotate annotation 'Test' as '@Retention(RetentionPolicy.RUNTIME)'" "true-preview"
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate annotation 'Subst' as @Retention(RetentionPolicy.RUNTIME)" "false"
|
||||
// "Annotate annotation 'Subst' as '@Retention(RetentionPolicy.RUNTIME)'" "false"
|
||||
import org.intellij.lang.annotations.Subst;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
Reference in New Issue
Block a user