public interface PointCutBuilder
定义了构建AOP切点的规范,用于确定需要被异常处理拦截的方法。 实现类需要提供具体的切点构建逻辑。
org.springframework.aop.Pointcut
build()
org.springframework.aop.Pointcut build()
根据实现类的逻辑构建AOP切点,确定需要被拦截的方法范围。
Copyright © 2025. All rights reserved.