Annotation Interface BatchTaskExecutor


@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface BatchTaskExecutor
Qualifier annotation for a TaskExecutor to be injected into Batch auto-configuration. Can be used on a secondary task executor source, if there is another one marked as @Primary.
Since:
3.4.0