Package org.jboss.ejb.client.annotation
Annotation Type ClientLocalInterceptors
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface ClientLocalInterceptors
Declares a list of client-side interceptors that should be used on a given local EJB proxy method or class.- Author:
- Tomasz Adamski
-
-
Element Detail
-
value
Class<? extends org.jboss.invocation.Interceptor>[] value
The client interceptors contained by this repeatable annotation.- Returns:
- the client interceptors
-
-