Uses of Package
org.axonframework.common.annotation

Packages that use org.axonframework.common.annotation
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
org.axonframework.contextsupport.spring   
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventsourcing.annotation   
org.axonframework.saga.annotation   
org.axonframework.test Classes in support of testing Axon based applications. 
 

Classes in org.axonframework.common.annotation used by org.axonframework.commandhandling.annotation
AbstractAnnotationHandlerBeanPostProcessor
          Abstract bean post processor that finds candidates for proxying.
AbstractMessageHandler
          Abstract superclass for annotation based Message handlers.
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 

Classes in org.axonframework.common.annotation used by org.axonframework.common.annotation
AbstractMessageHandler
          Abstract superclass for annotation based Message handlers.
HandlerDefinition
          Defines which members (methods, constructors, etc) are considered message handlers.
MethodMessageHandler
          Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).
MethodMessageHandlerInspector
          Utility class that inspects handler methods for a given class and handler definition.
MultiParameterResolverFactory
          ParameterResolverFactory instance that delegates to multiple other instances, in the order provided.
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
PriorityAnnotationComparator
          Comparator that compares objects based on the value on an @Priority annotation.
 

Classes in org.axonframework.common.annotation used by org.axonframework.contextsupport.spring
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 

Classes in org.axonframework.common.annotation used by org.axonframework.eventhandling.annotation
AbstractAnnotationHandlerBeanPostProcessor
          Abstract bean post processor that finds candidates for proxying.
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 

Classes in org.axonframework.common.annotation used by org.axonframework.eventsourcing
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 

Classes in org.axonframework.common.annotation used by org.axonframework.eventsourcing.annotation
MessageHandlerInvoker
          Abstract class to support implementations that need to invoke methods based on an annotation.
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 

Classes in org.axonframework.common.annotation used by org.axonframework.saga.annotation
MethodMessageHandler
          Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 

Classes in org.axonframework.common.annotation used by org.axonframework.test
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
 



Copyright © 2010-2016. All Rights Reserved.