AnnotatedElementUtils.findMergedAnnotation做用

 

// 在element上查询annotationType类型注解
// 将查询出的多个annotationType类型注解属性合并到查询的第一个注解中
// # 多个相同注解合并
org.springframework.core.annotation.AnnotatedElementUtils#findMergedAnnotation(AnnotatedElement element, Class<A> annotationType)
相关文章
相关标签/搜索