mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e99b43b91e
This commit introduces a new `timeUnit` attribute in the @Scheduled annotation to allow the user to specify a time unit other than milliseconds. Closes gh-27309