@Qualifier @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Interceptor
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 classesCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.