@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface InterceptorBinding
The annotation type that is marked as a binding must be applied to an interceptor class (marked with the
@Interceptor
annotation to associate that annotation with an interceptor. The annotation
may then be applied instead of, or in addition to, the @Interceptors
annotation to specify
what interceptors are attached to the class or method.
The associated annotation type must be associated only with TYPE
s and/or
METHOD
s.
Copyright © 2017 JBoss by Red Hat. All rights reserved.