You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessor.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,12 @@
64
64
* to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
65
65
*
66
66
* <p>This post-processor is automatically registered by Spring's
67
-
* {@code <task:annotation-driven>} XML element, and also by the @{@link EnableScheduling}
68
-
* annotation.
67
+
* {@code <task:annotation-driven>} XML element, and also by the
68
+
* @{@link EnableScheduling} annotation.
69
69
*
70
-
* <p>Auto-detects any {@link SchedulingConfigurer} instances in the container,
71
-
* allowing for customization of the scheduler to be used or for fine-grained control
72
-
* over task registration (e.g. registration of {@link Trigger} tasks.
70
+
* <p>Autodetects any {@link SchedulingConfigurer} instances in the container,
71
+
* allowing for customization of the scheduler to be used or for fine-grained
72
+
* control over task registration (e.g. registration of {@link Trigger} tasks.
73
73
* See the @{@link EnableScheduling} javadocs for complete usage details.
0 commit comments