@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Scheduler
Key that is used to look up a
ScheduledExecutorService for a method annotated with
Scheduled. Please refer to the Scheduled documentation for
further information.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends ScheduledExecutorService> |
value
Specifies the type of the scheduler to use.
|
public abstract Class<? extends ScheduledExecutorService> value
Copyright © 2014–2018. All rights reserved.