Package com.opencqrs.framework.command
Annotation Interface CommandHandlerConfiguration
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@Configuration
public @interface CommandHandlerConfiguration
Annotation to be used for
Configurations containing CommandHandling annotated methods,
CommandHandlerDefinition Beans, @StateRebuilding
annotated methods, and StateRebuildingHandlerDefinition Beans
in order to be able to test them using CommandHandlingTest.