org.jboss.seam.cron.api.asynchronous
Annotation Type Asynchronous


@Inherited
@InterceptorBinding
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Asynchronous

Use this annotation to cause the annotated method, or all methods in the annotated class to be executed asynchronously.

Author:
Peter Royle



Copyright © 2011 Seam Framework. All Rights Reserved.