Browse Source

Update reference to deprecated CronSequenceGenerator

See gh-26651
pull/26658/head
Michel ten Voorde 4 years ago committed by Stephane Nicoll
parent
commit
5aef87f120
  1. 2
      spring-context/src/main/java/org/springframework/scheduling/annotation/Scheduled.java

2
spring-context/src/main/java/org/springframework/scheduling/annotation/Scheduled.java

@ -85,7 +85,7 @@ public @interface Scheduled { @@ -85,7 +85,7 @@ public @interface Scheduled {
* trigger, primarily meant for externally specified values resolved by a
* <code>${...}</code> placeholder.
* @return an expression that can be parsed to a cron schedule
* @see org.springframework.scheduling.support.CronSequenceGenerator
* @see org.springframework.scheduling.support.CronExpression#parse(String)
*/
String cron() default "";

Loading…
Cancel
Save