mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
Notable changes: unbundled plugins in IJ
This commit is contained in:
parent
da98b25a97
commit
63b10f4f16
@ -4,6 +4,9 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
|
|||||||
|
|
||||||
## Notable Changes in IntelliJ Platform 2019.2
|
## Notable Changes in IntelliJ Platform 2019.2
|
||||||
|
|
||||||
|
Unbundled plugins in IntelliJ IDEA
|
||||||
|
: Several plugins for no longer actively maintained technology have been moved to a [separate repository](https://github.com/JetBrains/intellij-obsolete-plugins/). If your plugin depends on them, users will need to install them from the [JetBrains plugin repository](https://plugins.jetbrains.com).
|
||||||
|
|
||||||
`@org.jetbrains.annotations.ApiStatus.NonExtendable`
|
`@org.jetbrains.annotations.ApiStatus.NonExtendable`
|
||||||
: Indicates that the annotated API class, interface or method must not be extended, implemented or overridden by external plugins but can be only obtained or instantiated (for classes and interfaces), or called (for methods).
|
: Indicates that the annotated API class, interface or method must not be extended, implemented or overridden by external plugins but can be only obtained or instantiated (for classes and interfaces), or called (for methods).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user