Annotation Interface ProcessAsync


@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface ProcessAsync
Qualifier annotation for beans that need to be injected for Process Configurations.

This can be used when one wants to provide a dedicated SpringAsyncExecutor for the process engine.

Author:
Joram Barrez