public class Aspect extends Object implements Interceptor
| 构造器和说明 |
|---|
Aspect(Object target,
Advice... advices) |
Aspect(Object target,
Iterable<Advice> advices) |
public void addAdvice(Advice... advices)
public void clearCache()
public Object intercept(Object obj, Method method, Object[] args, Invocation invocation) throws Throwable
intercept 在接口中 InterceptorThrowableCopyright © 2025 fossc. All rights reserved.