org.jboss.errai.common.client.api.interceptor
Annotation Type InterceptedCall
@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface InterceptedCall
Indicates that calls to the annotated method will be intercepted by the specified interceptor(s). When used on
a class or interface, all methods of the corresponding type will be intercepted.
- Author:
- Christian Sadilek
Required Element Summary |
Class<? extends org.jboss.errai.common.client.api.interceptor.CallInterceptor<? extends org.jboss.errai.common.client.api.interceptor.CallContext>>[] |
value
The interceptor type(s) to use. |
value
public abstract Class<? extends org.jboss.errai.common.client.api.interceptor.CallInterceptor<? extends org.jboss.errai.common.client.api.interceptor.CallContext>>[] value
- The interceptor type(s) to use. Interceptor execution is guaranteed to be in declaration order.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.