@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @EnableAnnotationConfiguration @Import(value={StateMachineConfigurationImportSelector.class,StateMachineCommonConfiguration.class,StateMachineFactoryConfiguration.class,ObjectPostProcessorConfiguration.class}) @EnableWithStateMachine public @interface EnableStateMachineFactory
Configuration
s related to
building state machine factories.Modifier and Type | Optional Element and Description |
---|---|
boolean |
contextEvents
Defines if application context events for a state machine are
enable or not.
|
java.lang.String[] |
name
The name of bean, or if plural, aliases for bean created based on this
annotation.
|