@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
@Configuration
public @interface WithStateMachine
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
The name of a state machine which annotated bean should be associated.
|