Uses of Package
org.axonframework.eventsourcing.annotation

Packages that use org.axonframework.eventsourcing.annotation
org.axonframework.eventsourcing.annotation   
org.axonframework.quickstart.annotated   
 

Classes in org.axonframework.eventsourcing.annotation used by org.axonframework.eventsourcing.annotation
AbstractAnnotatedAggregateRoot
          Convenience super type for aggregate roots that have their event handler methods annotated with the EventSourcingHandler annotation (and EventHandler for backwards compatibility).
AggregateAnnotationInspector
          Inspects objects to find aggregate specific annotations, such as AggregateIdentifier and EventSourcedMember.
 

Classes in org.axonframework.eventsourcing.annotation used by org.axonframework.quickstart.annotated
AbstractAnnotatedAggregateRoot
          Convenience super type for aggregate roots that have their event handler methods annotated with the EventSourcingHandler annotation (and EventHandler for backwards compatibility).
EventSourcingHandler
          Annotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by that aggregate.
 



Copyright © 2010-2016. All Rights Reserved.