public class ClassLoggerProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor, ProxyFactory<T>
public Object intercept(Object o, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept 在接口中 net.sf.cglib.proxy.MethodInterceptorThrowablepublic T buildProxy()
T proxy.buildProxy 在接口中 ProxyFactory<T>Copyright © 2016. All rights reserved.