plugin_extension_points.md: mention PluginAware

This commit is contained in:
Yann Cébron 2023-05-25 14:50:41 +02:00
parent 1856aececc
commit ade52efe0e

View File

@ -48,6 +48,7 @@ Its fully qualified name required in [Using Extension Points](#using-extension-p
The `beanClass` attribute sets a bean class that specifies one or several properties annotated with the [`@Attribute`](%gh-ic%/platform/util/src/com/intellij/util/xmlb/annotations/Attribute.java) annotation.
Note that bean classes do not follow the JavaBean standard.
Implement [`PluginAware`](%gh-ic%/platform/extensions/src/com/intellij/openapi/extensions/PluginAware.java) to obtain information about the plugin providing the actual extension.
The `interface` attribute sets an interface the plugin that contributes to the extension point must implement.