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


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

The expiration time at which an asynchronous call may first be processed (or the first occurrence of a repeating asynchronous call). This annotation occurs on a parameter of type Date of a method marked @Asynchronous.

Author:
Gavin King