mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEADEV-41351 Add annotations.jar automatically whan 'Inject Language' intention is used
This commit is contained in:
@@ -59,6 +59,8 @@ public class AnnotationUtil {
|
||||
public static final String TEST_ONLY = "org.jetbrains.annotations.TestOnly";
|
||||
@NonNls public static final String TEST_ONLY_SIMPLE_NAME = "TestOnly";
|
||||
|
||||
public static final String LANGUAGE = "org.intellij.lang.annotations.Language";
|
||||
|
||||
public static final Set<String> ALL_ANNOTATIONS;
|
||||
|
||||
@NonNls private static final String[] SIMPLE_NAMES =
|
||||
|
||||
Reference in New Issue
Block a user