Package org.flowable.dmn.engine.test
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 viaDmnDeployment. NB: This only works for the tests with JUnit Jupiter.- Author:
- Filip Hrisafov