Annotation Type StartActivity
-
@Retention(RUNTIME) @Qualifier public @interface StartActivity
Can be used to qualify events fired when an activity is startedpublic void beforeCreditAccount(@Observes @StartActivity("creditAccount") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer
-
-
Element Detail
-
value
String value
the id of the activity that is being entered / was entered
-
-