Annotation Type DmnDeploymentId


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    public @interface DmnDeploymentId
    An annotation that can be used in test and lifecycle methods to inject the id of the deployment deployed via DmnDeployment. NB: This only works for the tests with JUnit Jupiter.
    Author:
    Filip Hrisafov