javax.ejb
Annotation Type Asynchronous


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

Used to mark a method as an asynchronous method or to designate all business methods of a class or interface as asynchronous.

Since:
3.1
Version:
$Revision: $
Author:
Carlo de Wolf



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.