@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Externalized
Annotation to marks domain events as to be externalized, which means that they are intended to be published to
infrastructure outside the application.
- Since:
- 1.8
- Author:
- Oliver Drotbohm