You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #31041, I encountered a pleasant surprise: AnnotatedTypeMetadata.getAnnotationAttributes() actually supports full @AliasFor semantics.
The Javadoc for getAnnotationAttributes() has historically stated that it supported "attribute overrides on composed annotations"; however, it turns out that it actually supports @AliasFor in general, including attribute aliases within a given annotation.
This is likely a result of the switch to the MergedAnnotations API in Spring Framework 5.2.