Annotation Type Interceptor
-
@Qualifier @Target(TYPE) @Retention(RUNTIME) @Documented public @interface Interceptor
This annotation is placed on an implementation of eitherMethodInterceptor
orConstructorInterceptor
in order to signify that these services should be automatically bound with the default interception service implementation. Interceptor services marked with this annotation will honor theInterceptionBinder
linkage between interceptor and intercepted classes- Author:
- jwells