Skip to content

Commit 2c57814

Browse files
authored
Improve Javadoc in AnnotatedElementUtils
Closes gh-24740
1 parent 7efb620 commit 2c57814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static AnnotatedElement forAnnotations(Annotation... annotations) {
111111
* @param element the annotated element
112112
* @param annotationType the annotation type on which to find meta-annotations
113113
* @return the names of all meta-annotations present on the annotation,
114-
* or {@code null} if not found
114+
* or an empty set if not found
115115
* @since 4.2
116116
* @see #getMetaAnnotationTypes(AnnotatedElement, String)
117117
* @see #hasMetaAnnotationTypes

0 commit comments

Comments
 (0)