Package aQute.bnd.service.externalplugin
Annotation Type ExternalPlugin
-
@Capability(namespace="bnd.external.plugin", attribute="implementation=${@class}") public @interface ExternalPlugin
Define a capability header for an External Plugin class.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The name of this pluginjava.lang.Class<?>
objectClass
The service/plugin type of the plugin
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
version
The version
-