Package org.axonframework.eventsourcing.annotation

Class Summary
AbstractAnnotatedAggregateRoot<I> Convenience super type for aggregate roots that have their event handler methods annotated with the EventHandler annotation.
AbstractAnnotatedEntity Convenience super type for entities (other than aggregate roots) that have their event handler methods annotated with the EventHandler annotation.
AggregateAnnotationInspector Inspects objects to find aggregate specific annotations, such as AggregateIdentifier and EventSourcedMember.
 

Annotation Types Summary
AggregateIdentifier Field annotation that indicates the field contains the identifier of the Aggregate.
EventSourcedMember Field-level annotation that indicates the objects referred to in the field are a child of the current entity.
 



Copyright © 2010-2012. All Rights Reserved.