Annotation Type PartialDeploy


  • @Inherited
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface PartialDeploy
    Deploy a bundle with only a subset of contributions

    Example:

     @PartialDeploy(bundle = "com.extensions.wonderful-SANDBOX", extensions = {TargetExtensions.Something.class})
     
    Since:
    9.1
    • Element Detail

      • bundle

        String bundle
        Bundle Name