mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Document requirement to not use overrides="true" in dynamic plugins
This commit is contained in:
parent
f8a5e193e0
commit
55fc51ee38
@ -28,5 +28,8 @@ All extension points provided by the plugin must adhere to specific usage rules
|
||||
### Configurables depending on Extension Points
|
||||
Any `Configurable` which depends on dynamic extension points must implement `Configurable.WithEpDependencies`.
|
||||
|
||||
### No use of service overrides
|
||||
Application, project and module services declared with `overrides="true"` are not allowed.
|
||||
|
||||
## Plugin Load/Unload Events
|
||||
Register `com.intellij.ide.plugins.DynamicPluginListener` [listener](plugin_listeners.md) to receive updates on plugin load/unload events.
|
Loading…
x
Reference in New Issue
Block a user