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