Annotation Type ExecutionId
- 
 @Qualifier @Retention(RUNTIME) @Target({FIELD,PARAMETER,METHOD,TYPE}) public @interface ExecutionIdQualifier annotation for injecting the current executionId. Example:
 Note that the current@Inject@ExecutionId String currentExecutionIdExecutionis also available for injection:@InjectExecution execution;- Author:
- Daniel Meyer