Package org.nuxeo.runtime.test.runner
Annotation Type Deploys
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Deploys
Allow the usage of multiple @DeployDeployable 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")
-
-
Element Detail
-
value
Deploy[] value
-
-