From 2c5781473c25a80d48a4d7517b0e1b95636c5777 Mon Sep 17 00:00:00 2001 From: Qimiao Chen Date: Fri, 20 Mar 2020 22:00:17 +0800 Subject: [PATCH] Improve Javadoc in AnnotatedElementUtils Closes gh-24740 --- .../springframework/core/annotation/AnnotatedElementUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java b/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java index 05c8c57cb0..850cee07d2 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java @@ -111,7 +111,7 @@ public abstract class AnnotatedElementUtils { * @param element the annotated element * @param annotationType the annotation type on which to find meta-annotations * @return the names of all meta-annotations present on the annotation, - * or {@code null} if not found + * or an empty set if not found * @since 4.2 * @see #getMetaAnnotationTypes(AnnotatedElement, String) * @see #hasMetaAnnotationTypes