org.axonframework.eventhandling.annotation
Annotation Type Timestamp


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Timestamp

Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message. The parameter type must be assignable from DateTime.

Since:
2.0
Author:
Allard Buijze



Copyright © 2010-2016. All Rights Reserved.