org.axonframework.contextsupport.spring
Class AnnotationDrivenConfiguration

java.lang.Object
  extended by 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

Constructor Summary
AnnotationDrivenConfiguration()
           
 
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
 

Constructor Detail

AnnotationDrivenConfiguration

public AnnotationDrivenConfiguration()
Method Detail

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.