Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information