Plugin initialization. Called on startup, before #start(). @param context Any context the plugin may need for initialization.
(@NotNull PluginContext context)
| 12 | * @param context Any context the plugin may need for initialization. |
| 13 | */ |
| 14 | void init(@NotNull PluginContext context) throws Exception; |
| 15 | |
| 16 | /** |
| 17 | * Plugin start. Called on startup, after {@link #init(PluginContext)}. |
no outgoing calls
no test coverage detected