diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java index 70e1080ba8..030fc45268 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java @@ -76,6 +76,12 @@ import org.springframework.util.StringUtils; * for meta-annotations with attribute overrides in * composed annotations, use {@link AnnotatedElementUtils} instead. * + *

Attribute Aliases

+ *

All public methods in this class that return annotations, arrays of + * annotations, or {@link AnnotationAttributes} transparently support attribute + * aliases configured via {@link AliasFor @AliasFor}. Consult the various + * {@code synthesizeAnnotation*(..)} methods for details. + * *

Search Scope

*

The search algorithms used by methods in this class stop searching for * an annotation once the first annotation of the specified type has been