Files
spring-framework/spring-context/src/main/java/org/springframework
Sam Brannen a676059699 Declare CRON_DISABLED constant value only once
This commit removes the duplicated CRON_DISABLED constant value from
@Scheuled and simply refers to the ScheduledTaskRegistrar.CRON_DISABLED
constant.

This avoids a potential package cycle by ensuring that the `annotation`
package depends on the `config` package but not the other way around.

See gh-23568
2019-09-16 15:17:58 +02:00
..
2019-08-23 13:50:58 +02:00
2019-03-23 15:19:34 +01:00
2019-03-23 15:19:34 +01:00
2019-08-23 13:50:58 +02:00