Skip to content

Allow Schedule annotation on methods for autostart #697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

njr-11
Copy link
Contributor

@njr-11 njr-11 commented Apr 22, 2025

Adds JavaDoc and specification text, as well as the update to the annotation target, to enable the existing Schedule annotation to be used directly on methods, with the meaning of having the scheduled method be automatically invoked at the times on the Schedule, according to the decision that was reached in #624.

This also updates the javadoc to mention how @Asynchronous methods from Concurrency 3.1 and earlier can also be made to start automatically because we have seen users wanting to do that and not realizing how to achieve it.

@njr-11 njr-11 added the enhancement New feature or request label Apr 22, 2025
@njr-11 njr-11 added this to the 3.2.0 milestone Apr 22, 2025
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