AnnotatedElementUtils.findMergedAnnotation作用

// 在element上查询annotationType类型注解
// 将查询出的多个annotationType类型注解属性合并到查询的第一个注解中
// # 多个相同注解合并
org.springframework.core.annotation.AnnotatedElementUtils#findMergedAnnotation(AnnotatedElement element, Class<A> annotationType)
原文地址:https://www.cnblogs.com/hfultrastrong/p/11044990.html