| Package | Description |
|---|---|
| de.skuzzle.inject.async.annotation |
Contains annotation type for supplying meta information on methods.
|
| de.skuzzle.inject.async.internal.trigger |
Contains trigger implementations for scheduling methods.
|
| Class and Description |
|---|
| SimpleScheduleType
Defines the way in which a method annotated with
SimpleTrigger is
scheduled with a ScheduledExecutorService. |
| Trigger
Marks another annotation type to be a trigger annotation.
|
| Class and Description |
|---|
| 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.
|
| SimpleTrigger
A trigger annotation that allows to define a simple periodicity for method
execution.
|
Copyright © 2014–2016. All rights reserved.