会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
三枣
首页
联系
订阅
管理
2020年7月8日
反射修改 static final 变量
摘要: 一、测试结论 static final 修饰的基本类型和String类型不能通过反射修改; 二、测试案例 @Test public void test01() throws Exception { setFinalStatic(Constant.class.getDeclaredField("i1"
阅读全文
posted @ 2020-07-08 15:39 三枣
阅读(3293)
评论(1)
推荐(1)
编辑