Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created September 9, 2020 at 7:31 AM
Updated October 8, 2020 at 12:30 PM
Resolved September 11, 2020 at 7:43 AM
Currently, if an annotation is annotated with
@Repeatable
, and the repeatable "container" annotation is used on the annotated element, the result ofannotatedElement.allAnnotations()
will include the "container" annotation. We should include the repeated annotations directly, instead.