org.axonframework.contextsupport.spring
Class AnnotationDrivenConfiguration
java.lang.Object
org.axonframework.contextsupport.spring.AnnotationDrivenConfiguration
- All Implemented Interfaces:
- org.springframework.context.annotation.ImportBeanDefinitionRegistrar
public class AnnotationDrivenConfiguration
- extends Object
- implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Spring @Configuration related class that adds Axon Annotation PostProcessors to the BeanDefinitionRegistry.
- Since:
- 2.3
- Author:
- Allard Buijze
- See Also:
AnnotationDriven
Method Summary |
void |
registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDrivenConfiguration
public AnnotationDrivenConfiguration()
registerBeanDefinitions
public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
- Specified by:
registerBeanDefinitions
in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Copyright © 2010-2016. All Rights Reserved.