public static void main(String[] args) throws Exception {
Class type = Beans.instantiate(null, "Test4144543").getClass();
// try all the various places that this would break before
Introspector.getBeanInfo(type);
new PropertyDescriptor("value", type);
new PropertyDescriptor("value", type, "getValue", "setValue");
}
Test4144543.java 文件源码
java
阅读 13
收藏 0
点赞 0
评论 0
项目:openjdk-jdk10
作者:
评论列表
文章目录