Generated by
JDiff

Class org.springframework.core.annotation.AnnotationUtils

Added Methods
Annotation getAnnotation(Annotation, Class<T>) Get a single Annotation of {@code annotationType} from the supplied annotation: either the given annotation itself or a meta-annotation thereof.
Set<A> getRepeatableAnnotation(AnnotatedElement, Class<Annotation>, Class<A>) Get the possibly repeating Annotations of {@code annotationType} from the supplied AnnotatedElement.
Set<A> getRepeatableAnnotation(Method, Class<Annotation>, Class<A>) Get the possibly repeating Annotations of {@code annotationType} from the supplied Method.