javax.ejb
Annotation Type AroundInvoke


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface AroundInvoke

Defines an interceptor method. The method must have the signature: public Object (InvocationContext) throws Exception

Version:
$Revision: 1.1.6.5 $
Author:
Kabir Khan