Package | Description |
---|---|
org.axonframework.common.annotation |
Contains the main classes for annotation support in Axon Framework.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
MethodMessageHandlerInspector.getInstance(Class<?> handlerClass,
Class<T> annotationType,
ParameterResolverFactory parameterResolverFactory,
boolean allowDuplicates)
Returns a MethodMessageHandlerInspector for the given
handlerClass that contains handler methods
annotated with the given annotationType . |
static MethodMessageHandlerInspector |
MethodMessageHandlerInspector.getInstance(Class<?> handlerClass,
ParameterResolverFactory parameterResolverFactory,
boolean allowDuplicates,
HandlerDefinition<? super Method> handlerDefinition)
Returns a MethodMessageHandlerInspector for the given
handlerClass that contains handler methods
annotated with the given annotationType . |
Copyright © 2010-2014. All Rights Reserved.