Parameter Resolvers
You can configure additional ParameterResolvers
by extending the ParameterResolverFactory
class and creating a file named /META-INF/services/org.axonframework.messaging.annotation.ParameterResolverFactory
containing the fully qualified name of the implementing class.
At this moment, OSGi support is limited due to the fact that the required headers are mentioned in the manifest file. The automatic detection of |