java经过Annotation对象获取注解属性的值

//获取该注解对象的属性值 public static Object getAnnotationValue(Annotation annotation, String property) { Object result = null; if (annotation != null) { InvocationHandler invo = Pro
相关文章
相关标签/搜索