Annotation Interface EnableEventSourcing


@Target(TYPE) @Retention(RUNTIME) @Documented @Import(EventSourcingAutoConfiguration.class) public @interface EnableEventSourcing
Enables auto-configuration of event sources for applications that do not use annotation-based configuration of event sources using EnableEventSource.