Skip to content

Conversation

@njr-11
Copy link
Member

@njr-11 njr-11 commented Jan 16, 2026

Literal for the @Schedule annotation, similar to what we have for @Lock and the proposed @Poolable.

I also noticed Javadoc return for Schedule's zone() is missing and added it.

@njr-11 njr-11 added this to the 3.2.0 milestone Jan 16, 2026
@njr-11 njr-11 added the enhancement New feature or request label Jan 16, 2026
final long skipIfLateBy,
final String zone) {

if (cron == null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could potentially use Objects.requireNonNull from the JDK

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. That makes it much more concise. Updated in ca7eb14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants