AnnotatedElementUtils.getAllAnnotationAttributes(…, "javax.annotation.Nonnull") returns null #22696
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Calling
AnnotatedElementUtils.getAllAnnotationAttributes(…, "javax.annotation.Nonnull")
with version5.2.0.BUILD-SNAPSHOT
fororg.springframework.lang.NonNullApi.class
andjavax.annotation.ParametersAreNonnullByDefault.class
annotation types returnsnull
.Previously (5.1 and earlier), the method returned
MultiValueMap
containing annotation attributes.The text was updated successfully, but these errors were encountered: