@Target(value={PARAMETER,FIELD,METHOD}) @Retention(value=RUNTIME) @Documented @Autowired public @interface FSM
StatefulFSM
.
The StatefulJ framework will determine which StatefulFSM to inject based off the generic type of the StatefulFSM.
To disambiguate between multiple StatefulFSM for a type, provide the bean Id of the Stateful Controller
using the value()
parameterpublic abstract String value
Copyright © 2016. All rights reserved.