Correct Javadoc for MergedAnnotation.asAnnotationAttributes()

Closes gh-36567

(cherry picked from commit b7a1157e66)
This commit is contained in:
Sam Brannen
2026-03-30 17:03:14 +02:00
parent 5a4a14c9c2
commit 1a05ed236e
@@ -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);