// 在element上查詢annotationType類型註解 // 將查詢出的多個annotationType類型註解屬性合併到查詢的第一個註解中 // # 多個相同註解合併 org.springframework.core.annotation.AnnotatedElementUtils#findMergedAnnotation(AnnotatedElement element, Class<A> annotationType)