@Inherited @Repeatable(value=Deploys.class) @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Deploy
Deployable artifacts are either bundles either components:
 @Deploy("org.nuxeo.runtime")
 
 Example with several modules:
 
 @Deploy({"org.nuxeo.runtime", "org.nuxeo.core:OSGI-INF/component.xml"})
 Copyright © 2019 Nuxeo. All rights reserved.