Package org.axonframework.spring.config
Annotation Interface AnnotationDriven
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(AnnotationDrivenRegistrar.class)
@Deprecated
public @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: