You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `createIfAnnotationPresent` method to `AnnotationAttributes` so that
a `MergedAnnotation` instance can be quickly converted to an
`AnnotationAttributes` Map.
The method is specifically designed to work with the `asMap` method
when the new API is not being used directly. For example:
AnnotationAttributes attributes = mergedAnnotation.asMap(
AnnotationAttributes::createIfAnnotationPresent);
See spring-projectsgh-21697
0 commit comments