Package org.aoju.bus.proxy.aspects
Interface Aspectj
- All Known Implementing Classes:
AspectjSimple,AspectjTimes
public interface Aspectj
切面接口
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionboolean目标方法执行后的操作 如果 target.method 抛出异常且booleanafterException(Object target, Method method, Object[] args, Throwable e) 目标方法抛出异常时的操作boolean目标方法执行前的操作
-
Method Details
-
before
-
after
-
afterException
-