org.jboss.seam.annotations.async
Annotation Type FinalExpiration


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface FinalExpiration

The stop date of the repeating asynchronous call. This a parameter level annotation and it is only available for the Quartz timer.

Author:
Michael Yuan