Annotation Interface AquimaPlugin


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaPlugin
Annotation for registering a plugin
Since:
8.3
Author:
Danny Roest
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the plugin metadata file.
  • Element Details

    • value

      String value
      Returns the name of the plugin metadata file. (plugin-foo will result in opening for plugin-foo.plugin)
      Returns:
      the name of the plugin metadata file.