Closed
Description
Artem Bilan opened SPR-13911 and commented
Status Quo
AnnotationUtils
currently provides getRepeatableAnnotations()
and getDeclaredRepeatableAnnotations()
methods that support get search semantics.
See the Reference URL for the original discussion.
Deliverables
- Introduce
findRepeatableAnnotations()
andfindDeclaredRepeatableAnnotations()
methods inAnnotationUtils
with find search semantics.
Affects: 4.2 GA
Reference URL: https://github.com/spring-projects/spring-amqp/pull/366/files#r51648722
Issue Links:
- Support @AliasFor for @JmsListener attributes [SPR-13803] #18376 Support
@AliasFor
for@JmsListener
attributes - Support repeatable annotations as composed annotations [SPR-13973] #18545 Support repeatable annotations as composed annotations ("is superseded by")