javax.interceptor
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: 44679 $
Author:
Kabir Khan



Copyright © 2008 JBoss Inc.. All Rights Reserved.