Skip to content

AnnotatedElementUtils.getAllAnnotationAttributes(…) missing @Nullable #34394

@mp911de

Description

@mp911de

AnnotatedElementUtils.getAllAnnotationAttributes(…) is documented as

* @return a {@link MultiValueMap} keyed by attribute name, containing the annotation
* attributes from all annotations found, or {@code null} if not found

but the return type isn't annotated with @Nullable.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: regressionA bug that is also a regression

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions