Annotation Interface SourceId


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface SourceId
Annotation indication that a parameter on a Message Handler method should be injected with the aggregate identifier of a DomainEventMessage. The parameter type must be assignable from String.
Since:
4.1.0
Author:
Thomas van Putten (delta11)