@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=AnnotationDrivenRegistrar.class) public @interface AnnotationDriven
@Configuration
that will automatically
subscribe @CommandHandler
and @QueryHandler
annotated beans with the
CommandBus and QueryBus, respectively.Copyright © 2010–2020. All rights reserved.