Annotation Interface Deploys


@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Deploys
Allow the usage of multiple @Deploy

Deployable artifacts are either bundles either components: Example

 @Deploy({"org.nuxeo.runtime", "org.nuxeo.core:OSGI-INF/component.xml"})
 
can now be written: *
 @Deploy("org.nuxeo.runtime")
 @Deploy("org.nuxeo.core:OSGI-INF/component.xml")
 
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details