@@ -13,6 +13,7 @@ import net.sf.cglib.proxy.MethodProxy;
* Cglib实现的动态代理切面
*
* @author looly
+ * @author ted.L
*/
public class CglibInterceptor implements MethodInterceptor, Serializable {
@@ -13,6 +13,7 @@ import cn.hutool.core.util.ReflectUtil;
* JDK实现的动态代理切面
* @author Looly
public class JdkInterceptor implements InvocationHandler, Serializable{