摘要: @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface MyAnno { String className(); String methodName(); } @MyAnno(className 阅读全文
posted @ 2021-08-31 17:47 howhy 阅读(13) 评论(0) 推荐(0) 编辑
摘要: package com.howhy.demo; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; impo 阅读全文
posted @ 2021-08-31 17:02 howhy 阅读(19) 评论(0) 推荐(0) 编辑