IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
深入分析Java方法反射的实现原理
undoner
发表于
2017-03-22 10:24:00
love
0
方法反射实例public class ReflectCase { public static void main(String[] args) throws Exception { Proxy target = new Proxy(); Method method = Proxy.class.getDeclaredMethod("run");