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.