Package org.axonframework.commandhandling.annotation

Classes that provide annotation support for command handling.

See:
          Description

Class Summary
AnnotationCommandHandlerAdapter Adapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.
AnnotationCommandHandlerBeanPostProcessor Spring Bean post processor that automatically generates an adapter for each bean containing CommandHandler annotated methods.
 

Annotation Types Summary
CommandHandler Marker annotation to mark any method on an object as being a CommandHandler.
 

Package org.axonframework.commandhandling.annotation Description

Classes that provide annotation support for command handling.



Copyright © 2011. All Rights Reserved.