public abstract @interface

Scheduled

implements Annotation
org.springframework.scheduling.annotation.Scheduled

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation