mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Correct Javadoc for MergedAnnotation.asAnnotationAttributes()
Closes gh-36567
(cherry picked from commit b7a1157e66)
This commit is contained in:
@@ -455,7 +455,8 @@ public interface MergedAnnotation<A extends Annotation> {
|
||||
* <p>The {@linkplain Adapt adaptations} may be used to change the way that
|
||||
* values are added.
|
||||
* @param adaptations the adaptations that should be applied to the annotation values
|
||||
* @return an immutable map containing the attributes and values
|
||||
* @return a mutable {@code AnnotationAttributes} instance containing the attributes
|
||||
* and values
|
||||
*/
|
||||
AnnotationAttributes asAnnotationAttributes(Adapt... adaptations);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user