@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface EventUUID
A unique identifier for events in addition to EventId. (For example, the time
that an event of a specific type has been put on the modified event bus)
Created by chattapa on 10/21/16.