Rely on standard @Repeatable
support in AnnotationJmxAttributeSource
#34606
Labels
Milestone
@Repeatable
support in AnnotationJmxAttributeSource
#34606
Overview
AnnotationJmxAttributeSource
currently usesRepeatableContainers.of(...)
to look up@ManagedOperationParameter
and@ManagedNotification
as repeatable annotations. However, explicit use ofRepeatableContainers.of(...)
is not necessary when using theMergedAnnotations
API with@Repeatable
annotations.Related Issues
The text was updated successfully, but these errors were encountered: