Generated by
JDiff

Class org.springframework.core.annotation.AnnotationUtils

Added Methods
Class<?> findAnnotationDeclaringClassForTypes(List<Class<Annotation>>, Class<?>) Find the first Class in the inheritance hierarchy of the specified {@code clazz} (including the specified {@code clazz} itself) which declares at least one of the specified {@code annotationTypes}, or {@code null} if none of the specified annotation types could be found.