| org.springframework.scheduling.annotation.Scheduled |
Annotation that marks a method to be scheduled. Exactly one of the
cron, fixedDelay, or fixedRate
attributes must be provided.
The annotated method must expect no arguments and have a
void return type.
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
| |||||||||||||||||||
