Interface | Description |
---|---|
PluginContainer | |
PluginHelper |
Annotation Type | Description |
---|---|
Plugin |
Use this interface to annotate the main plugin class.
|
Plugin.Activate |
Use this interface to annotate the activation method.
|
Plugin.Deactivate |
Use this interface to annotate the deactivation method.
|
Plugin.Helper |
The field that has this annotation will get injected an instance of
PluginHelper . |
Plugin.Setup |
Use this interface to annotate the setup method.
|
PluginDependencies |
Use this interface to annotate the main plugin class of a plugin that depends several plugins.
|
PluginDependency |
Use this interface to annotate the main plugin class of a plugin that depends another plugin.
|