See: Description
| Enum | Description |
|---|---|
| SimpleScheduleType |
Defines the way in which a method annotated with
SimpleTrigger is
scheduled with a ScheduledExecutorService. |
| Annotation Type | Description |
|---|---|
| Async |
Tags a method to be run asynchronously.
|
| CronTrigger |
A trigger annotation for specifying a cron pattern which describes the
scheduling of the method.
|
| DelayedTrigger |
A trigger that will execute a method only once after a certain delay.
|
| Executor |
Allows to specify the class part of the
Key that is used to look up
an ExecutorService for a method annotated with Async. |
| Scheduled |
Marks a method to be executed periodically.
|
| Scheduler |
Allows to specify the class part of the
Key that is used to look up a
ScheduledExecutorService for a method annotated with
Scheduled. |
| SimpleTrigger |
A trigger annotation that allows to define a simple periodicity for method
execution.
|
| Trigger |
Marks another annotation type to be a trigger annotation.
|
Copyright © 2014–2016. All rights reserved.