Annotation Interface BndPlugin


@Capability(namespace="bnd.external.plugin", attribute="implementation=${@class}") @Target(TYPE) @Retention(RUNTIME) public @interface BndPlugin
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
     
  • Element Details

    • name

      @Attribute("bnd.external.plugin") String name
    • parameters

      @Attribute("parameters") Class<?> parameters
      Default:
      java.lang.Object.class
    • hide

      @Attribute("hide") boolean hide
      Default:
      false