| Name | Description | Type | Package | Framework |
| AbstractAnnotatedHandlerDefinition | Abstract implementation of the HandlerDefinition that uses annotations to recognise handler methods or constructors. | Class | org.axonframework.common.annotation | Axon |
| AbstractAnnotationHandlerBeanPostProcessor | Abstract bean post processor that finds candidates for proxying. | Class | org.axonframework.common.annotation | Axon |
| AbstractMessageHandler | Abstract superclass for annotation based Message handlers. | Class | org.axonframework.common.annotation | Axon |
| ClasspathParameterResolverFactory | ParameterResolverFactory instance that locates other ParameterResolverFactory instances on the class path. | Class | org.axonframework.common.annotation | Axon |
| DefaultParameterResolverFactory | Factory for the default parameter resolvers. | Class | org.axonframework.common.annotation | Axon |
| FixedValueParameterResolver | ParameterResolver implementation that injects a fixed value. | Class | org.axonframework.common.annotation | Axon |
| HandlerDefinition | Defines which members (methods, constructors, etc) are considered message handlers. | Interface | org.axonframework.common.annotation | Axon |
| MessageHandlerInvocationException | MessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked messageSince:2. | Class | org.axonframework.common.annotation | Axon |
| MessageHandlerInvoker | Abstract class to support implementations that need to invoke methods based on an annotation. | Class | org.axonframework.common.annotation | Axon |
| MetaData | Annotation that indicates the parameter needs to be resolved to the value of the Message MetaData stored under the given key. | Class | org.axonframework.common.annotation | Axon |
| MethodMessageHandler | Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector). | Class | org.axonframework.common.annotation | Axon |
| MethodMessageHandlerInspector | Utility class that inspects handler methods for a given class and handler definition. | Class | org.axonframework.common.annotation | Axon |
| MultiParameterResolverFactory | ParameterResolverFactory instance that delegates to multiple other instances, in the order provided. | Class | org.axonframework.common.annotation | Axon |
| ParameterResolver | Interface for a mechanism that resolves handler method parameter values from a given Message. | Interface | org.axonframework.common.annotation | Axon |
| ParameterResolverFactory | Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. | Interface | org.axonframework.common.annotation | Axon |
| PriorityAnnotationComparator | Comparator that compares objects based on the value on an @PrioritySince:2. | Class | org.axonframework.common.annotation | Axon |
| SimpleResourceParameterResolverFactory | ParameterResolverFactory implementation that resolves parameters for a specific given Resource. | Class | org.axonframework.common.annotation | Axon |
| SpringBeanParameterResolverFactory | ParameterResolverFactory implementation that resolves parameters in the Spring Application Context. | Class | org.axonframework.common.annotation | Axon |
| UnsupportedHandlerException | Thrown when an @. | Class | org.axonframework.common.annotation | Axon |