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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2014 the original author or authors.
2
+
* Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -55,12 +55,12 @@
55
55
* to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
56
56
*
57
57
* <p>This post-processor is automatically registered by Spring's
58
-
* {@code <task:annotation-driven>} XML element, and also by the @{@link EnableScheduling}
59
-
* annotation.
58
+
* {@code <task:annotation-driven>} XML element, and also by the
59
+
* @{@link EnableScheduling} annotation.
60
60
*
61
-
* <p>Auto-detects any {@link SchedulingConfigurer} instances in the container,
62
-
* allowing for customization of the scheduler to be used or for fine-grained control
63
-
* over task registration (e.g. registration of {@link Trigger} tasks.
61
+
* <p>Autodetects any {@link SchedulingConfigurer} instances in the container,
62
+
* allowing for customization of the scheduler to be used or for fine-grained
63
+
* control over task registration (e.g. registration of {@link Trigger} tasks.
64
64
* See the @{@link EnableScheduling} javadocs for complete usage details.
0 commit comments