Annotation Interface AnnotationDriven


Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list for which individual beans to register.
Annotation for @Configuration that will automatically subscribe @CommandHandler and @QueryHandler annotated beans with the CommandBus and QueryBus, respectively.
Since:
2.3
Author:
Allard Buijze
See Also: