We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c0e10 commit 5aef87fCopy full SHA for 5aef87f
spring-context/src/main/java/org/springframework/scheduling/annotation/Scheduled.java
@@ -85,7 +85,7 @@
85
* trigger, primarily meant for externally specified values resolved by a
86
* <code>${...}</code> placeholder.
87
* @return an expression that can be parsed to a cron schedule
88
- * @see org.springframework.scheduling.support.CronSequenceGenerator
+ * @see org.springframework.scheduling.support.CronExpression#parse(String)
89
*/
90
String cron() default "";
91
0 commit comments