public class JdkInterceptor extends SimpleInterceptor implements InvocationHandler
aspect, target
JdkInterceptor(Object target, Aspect aspect)
Object
invoke(Object proxy, Method method, Object[] args)
getTarget
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JdkInterceptor(Object target, Aspect aspect)
target
aspect
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2023. All rights reserved.