@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=AnnotationDrivenRegistrar.class) public @interface AnnotationDriven
@Configuration that will automatically
subscribe @CommandHandler and @EventHandler annotated beans with the CommandBus and
EventBus, respectively.
If a context contains multiple EventBus or CommandBus implementations, you must indicate the isntance to use as
a property on this annotation.Copyright © 2010–2016. All rights reserved.