摘要: 1 package com.demo.basis.reflect; 2 import java.lang.reflect.*; 3 interface Person 4 { 5 void walk(); 6 void sayHello(String name); 7 } 8 /** 9 * 动态代理 10 * @author boco 11 * 12 ... 阅读全文
posted @ 2019-07-23 15:03 ggsa202008 阅读(149) 评论(0) 推荐(0) 编辑