Files
spring-statemachine/spring-statemachine-core/src
Janne Valkealahti 2c0c79a537 Add autostart flag for top-level machine
- Fixes #82
- Now have configure method ConfigurationConfigurer.autoStart(boolean)
  which can be used to enable autostart feature for top-level state machine.
  We keep this feature disabled as default because most of the cases it is
  easier to enable it than disable it.
2015-07-10 18:37:16 +01:00
..