|
|
|
|
@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils {
@@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils {
|
|
|
|
|
* The bean name of the internally managed Scheduled annotation processor. |
|
|
|
|
*/ |
|
|
|
|
public static final String SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME = |
|
|
|
|
"org.springframework.context.annotation.internalScheduledAnnotationProcessor"; |
|
|
|
|
"org.springframework.scheduling.config.internalScheduledAnnotationProcessor"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The bean name of the internally managed Async annotation processor. |
|
|
|
|
*/ |
|
|
|
|
public static final String ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME = |
|
|
|
|
"org.springframework.context.annotation.internalAsyncAnnotationProcessor"; |
|
|
|
|
"org.springframework.scheduling.config.internalAsyncAnnotationProcessor"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The bean name of the internally managed AspectJ async execution aspect. |
|
|
|
|
|