mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
UnstableApiUsageInspection: restore serialization of annotations list.
GitOrigin-RevId: 574a362606944cb9990bc50fa5666a7cd42e7888
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ed1acb9b0d
commit
31144cdb6f
@@ -17,7 +17,8 @@ import javax.swing.JPanel
|
||||
|
||||
class UnstableApiUsageInspection : AnnotatedElementInspectionBase() {
|
||||
|
||||
val unstableApiAnnotations: List<String> = ExternalizableStringSet(
|
||||
@JvmField
|
||||
val unstableApiAnnotations: MutableList<String> = ExternalizableStringSet(
|
||||
"org.jetbrains.annotations.ApiStatus.Experimental",
|
||||
"org.jetbrains.annotations.ApiStatus.Internal",
|
||||
"com.google.common.annotations.Beta",
|
||||
|
||||
Reference in New Issue
Block a user