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