Package org.glassfish.hk2.extras.interception
-
Interface Summary Interface Description InterceptorOrderingService 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. -
Annotation Types Summary Annotation Type Description Intercepted Classes annotated with this qualifier are to be intercepted with the default interception service implementation.InterceptionBinder This annotation is placed on an annotation that can be used to indicate a binding between an interceptor (annotated withInterceptor
) and a class to be intercepted (annotated withIntercepted
).Interceptor 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.