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
#17659 introduced support for synthesizing a map (or AnnotationAttributes instance) into an annotation. In addition, it also introduced AnnotatedElementUtils.findAnnotation() methods as a convenience for automatically synthesizing merged AnnotationAttributes when searching with find semantics.
Deliverables
Introduce synthesized annotation alternative to getAnnotationAttributes() in AnnotatedElementUtils, analogous to the existing findAnnotation() methods.