mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
platform API: introduce ApiStatus.Internal annotation (IDEA-211175)
Usages of elements annotated with it in external plugins will be highlighted as warnings.
This commit is contained in:
@@ -18,6 +18,7 @@ import static com.intellij.codeInspection.deprecation.DeprecationInspectionBase.
|
||||
public class UnstableApiUsageInspection extends AnnotatedElementInspectionBase {
|
||||
public final List<String> unstableApiAnnotations = new ExternalizableStringSet(
|
||||
"org.jetbrains.annotations.ApiStatus.Experimental",
|
||||
"org.jetbrains.annotations.ApiStatus.Internal",
|
||||
"com.google.common.annotations.Beta",
|
||||
"io.reactivex.annotations.Beta",
|
||||
"io.reactivex.annotations.Experimental",
|
||||
|
||||
Reference in New Issue
Block a user