Package org.aopalliance.intercept
package org.aopalliance.intercept
提供了一组用于拦截的接口机制
- Since:
- Java 17+
- Author:
- Kimi Liu
-
InterfacesClassDescriptionIntercepts the construction of a new object.Description of an invocation to a constructor, given to an interceptor upon constructor-call.This interface represents a generic interceptor.This interface represents an invocation in the program.This interface represents a generic runtime joinpoint (in the AOP terminology).Intercepts calls on an interface on its way to the target.Description of an invocation to a method, given to an interceptor upon method-call.