Module org.glassfish.hk2.extras
Annotation 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- Author:
- jwells