public class JdkAspect extends Aspect implements InvocationHandler
JdkAspect(Object target, Advice... advices)
JdkAspect(Object target, Iterable<Advice> advices)
Object
invoke(Object proxy, Method method, Object[] args)
addAdvice, addAdvice, clearCache, getAdvisor, intercept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JdkAspect(Object target, Advice... advices)
public JdkAspect(Object target, Iterable<Advice> advices)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2025 fossc. All rights reserved.