File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
java/org/springframework/scheduling
resources/org/springframework/scheduling/config Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2019 the original author or authors.
2
+ * Copyright 2002-2021 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.
85
85
* trigger, primarily meant for externally specified values resolved by a
86
86
* <code>${...}</code> placeholder.
87
87
* @return an expression that can be parsed to a cron schedule
88
- * @see org.springframework.scheduling.support.CronSequenceGenerator
88
+ * @see org.springframework.scheduling.support.CronExpression#parse(String)
89
89
*/
90
90
String cron () default "" ;
91
91
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2017 the original author or authors.
2
+ * Copyright 2002-2021 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.
20
20
21
21
/**
22
22
* {@link TriggerTask} implementation defining a {@code Runnable} to be executed according
23
- * to a {@linkplain org.springframework.scheduling.support.CronSequenceGenerator standard
24
- * cron expression}.
23
+ * to a {@linkplain org.springframework.scheduling.support.CronExpression#parse(String)
24
+ * standard cron expression}.
25
25
*
26
26
* @author Chris Beams
27
27
* @since 3.2
Original file line number Diff line number Diff line change 244
244
<xsd : attribute name =" cron" type =" xsd:string" use =" optional" >
245
245
<xsd : annotation >
246
246
<xsd : documentation ><![CDATA[
247
- A cron-based trigger. See the org.springframework.scheduling.support.CronSequenceGenerator
247
+ A cron-based trigger. See the org.springframework.scheduling.support.CronExpression#parse
248
248
JavaDoc for example patterns.
249
249
]]> </xsd : documentation >
250
250
</xsd : annotation >
You can’t perform that action at this time.
0 commit comments