摘要: 1.查找参数类里面是否包含某个注解 ProtocolType protocolType = AnnotationUtils.findAnnotation(clazz, ProtocolType.class);这个就是判断clazz类里面是否包含 ProtocolType注解,有的话就返回注解本身,没 阅读全文
posted @ 2022-10-11 09:58 红豆奶茶+红豆 阅读(49) 评论(0) 推荐(0)