Package org.fuin.ddd4j.ddd
Annotation Type ApplyEvent
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface ApplyEvent
Identifies a method in an aggregate or an entity that applies a given domain event. TheEventis the only argument. Any return value will be ignored.