Package org.glassfish.hk2.extras.interception
package org.glassfish.hk2.extras.interception
-
ClassDescriptionClasses annotated with this qualifier are to be intercepted with the default interception service implementation.This annotation is placed on an annotation that can be used to indicate a binding between an interceptor (annotated with
Interceptor
) and a class to be intercepted (annotated withIntercepted
).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.This service can be used to modify, add or remove interceptors to the set of interceptors that will be called on a Method or Constructor in the default implementation of the interception service.