We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efb620 commit 2c57814Copy full SHA for 2c57814
spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java
@@ -111,7 +111,7 @@ public static AnnotatedElement forAnnotations(Annotation... annotations) {
111
* @param element the annotated element
112
* @param annotationType the annotation type on which to find meta-annotations
113
* @return the names of all meta-annotations present on the annotation,
114
- * or {@code null} if not found
+ * or an empty set if not found
115
* @since 4.2
116
* @see #getMetaAnnotationTypes(AnnotatedElement, String)
117
* @see #hasMetaAnnotationTypes
0 commit comments