@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface IntervalCron
The unix cron expression to specify the frequency
and other conditions for the repeating asynchronous call
to be invoked (after the initial delay specified in Expiration
or Duration parameters). If this parameter is set, the
IntervalDuration parameter will have no effect.
This annotation occurs on a parameter of type String
of a method marked @Asynchronous.
- Author:
- Michael Yuan