@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ScheduledScope
Scheduled. Thus each
scheduled method has its own scope that persists over multiple executions of said
method.
Please not that this scope does only apply when a scheduled method is actually called by the framework. If a scheduled method is called manually then this scope does not apply.
ScheduledContextCopyright © 2014–2018. All rights reserved.