File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
spring-core/src/main/java/org/springframework/core/annotation Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 76
76
* for meta-annotations with <em>attribute overrides</em> in
77
77
* <em>composed annotations</em>, use {@link AnnotatedElementUtils} instead.
78
78
*
79
+ * <h3>Attribute Aliases</h3>
80
+ * <p>All public methods in this class that return annotations, arrays of
81
+ * annotations, or {@link AnnotationAttributes} transparently support attribute
82
+ * aliases configured via {@link AliasFor @AliasFor}. Consult the various
83
+ * {@code synthesizeAnnotation*(..)} methods for details.
84
+ *
79
85
* <h3>Search Scope</h3>
80
86
* <p>The search algorithms used by methods in this class stop searching for
81
87
* an annotation once the first annotation of the specified type has been
You can’t perform that action at this time.
0 commit comments