Uses of Interface
org.aopalliance.intercept.Interceptor
Packages that use Interceptor
Package
Description
This package provides a set of interfaces for interception
mechanisms.
-
Uses of Interceptor in org.aopalliance.intercept
Subinterfaces of Interceptor in org.aopalliance.interceptModifier and TypeInterfaceDescriptioninterfaceIntercepts the construction of a new object.interfaceIntercepts field access on a target object.interfaceIntercepts calls on an interface on its way to the target.