Annotation Type Interceptor


@Qualifier @Target(TYPE) @Retention(RUNTIME) @Documented public @interface Interceptor
This annotation is placed on an implementation of either MethodInterceptor or ConstructorInterceptor 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 the InterceptionBinder linkage between interceptor and intercepted classes