Uses of Interface
org.glassfish.hk2.api.InterceptionService
-
Packages that use InterceptionService Package Description org.glassfish.hk2.extras.interception.internal -
-
Uses of InterceptionService in org.glassfish.hk2.extras.interception.internal
Classes in org.glassfish.hk2.extras.interception.internal that implement InterceptionService Modifier and Type Class Description class
DefaultInterceptionService
A default implementation of the interception service using annotation to denote services that are to be intercepted and other annotations to match methods or constructors to interceptors
-