Update reference to deprecated CronSequenceGenerator
See gh-26651
This commit is contained in:
committed by
Stephane Nicoll
parent
70c0e104b5
commit
5aef87f120
@@ -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 "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user