mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[yaml] IJ-CR-147338 Mark EP declaration as internal API
(cherry picked from commit 147ce9e0744f4d6eb4e2a86593370e91e202afee) GitOrigin-RevId: 60916dd598854dfe44c965af9e253168d4b1e5a2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a1b3324aa9
commit
56849ee0b9
@@ -14,6 +14,7 @@ import org.jetbrains.annotations.ApiStatus
|
|||||||
interface YamlTagRecogniser {
|
interface YamlTagRecogniser {
|
||||||
companion object {
|
companion object {
|
||||||
@JvmField
|
@JvmField
|
||||||
|
@ApiStatus.Internal
|
||||||
val EP_NAME = ExtensionPointName.create<YamlTagRecogniser>("com.intellij.yaml.tagRecogniser")
|
val EP_NAME = ExtensionPointName.create<YamlTagRecogniser>("com.intellij.yaml.tagRecogniser")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user