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


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

The duration of the wait before an asynchronous call is processed (or before the first occurrence of a repeating asynchronous call). This annotation occurs on a parameter of type long or Long of a method marked @Asynchronous.

Author:
Gavin King