Annotation Type ClientAsynchronous


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface ClientAsynchronous
Indicate that the annotated interface view class or method should run asynchronously regardless of how the target EJB is actually deployed on the server.
Author:
David M. Lloyd