@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface InterceptsRemoteCall
InterceptedCall
annotation but has the added benefit that it does not require the
remote interface to be annotated.
The class that is annotated should implement the RemoteCallInterceptor
interface.public abstract Class<?>[] value
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.