@Target(value={TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Import(value=SpringAxonAutoConfigurer.ImportSelector.class) @AnnotationDriven public @interface EnableAxon
Note that it is recommended to use the axon-spring-boot-autoconfigure
module instead. Support for this
annotation is likely to be removed in future releases in favor of Spring's auto-configuration mechanism.
This annotation will also make a Bean of type AxonConfiguration
available, which can be used for more
fine-grained configuration.
Copyright © 2010–2017. All rights reserved.