Annotation Type TaskId
-
@Qualifier @Retention(RUNTIME) @Target({FIELD,PARAMETER,METHOD,TYPE}) public @interface TaskIdQualifier annotation for injecting the current taskId. Example:
Note that the current@Inject@TaskId String currentTaskIdTaskis also available for injection:@InjectTask task;- Author:
- Daniel Meyer