@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–2023 Oracle Corporation. All rights reserved.