Annotation Type TakeTransition
-
@Retention(RUNTIME) @Qualifier public @interface TakeTransition
Can be used to qualify events fired when a transition is takenpublic void onTakeT1(@Observes @TakeTransition("t1") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer
-
-
Element Detail
-
value
String value
the id of the transition that is being taken
-
-