Annotation Interface EventDeploymentId


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