public class ExceptionAnnotationInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
实现了AOP的MethodInterceptor接口,用于拦截带有异常注解的方法调用。 通过全局异常处理器处理被拦截方法抛出的异常,并确保异常信息的正确传递。
| 构造器和说明 |
|---|
ExceptionAnnotationInterceptor() |
Copyright © 2025. All rights reserved.