Skip to content

Commit 6b7731c

Browse files
committed
Cross reference getMergedRepeatableAnnotations() in AnnotationUtils
1 parent 775bccc commit 6b7731c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ public static <A extends Annotation> Set<A> getRepeatableAnnotation(AnnotatedEle
309309
* @since 4.2
310310
* @see #getRepeatableAnnotations(AnnotatedElement, Class, Class)
311311
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class, Class)
312+
* @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class)
312313
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
313314
* @see java.lang.annotation.Repeatable
314315
* @see java.lang.reflect.AnnotatedElement#getAnnotationsByType
@@ -344,6 +345,7 @@ public static <A extends Annotation> Set<A> getRepeatableAnnotations(AnnotatedEl
344345
* @see #getRepeatableAnnotations(AnnotatedElement, Class)
345346
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class)
346347
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class, Class)
348+
* @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class, Class)
347349
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
348350
* @see java.lang.annotation.Repeatable
349351
* @see java.lang.reflect.AnnotatedElement#getAnnotationsByType
@@ -389,6 +391,7 @@ public static <A extends Annotation> Set<A> getRepeatableAnnotations(AnnotatedEl
389391
* @see #getRepeatableAnnotations(AnnotatedElement, Class)
390392
* @see #getRepeatableAnnotations(AnnotatedElement, Class, Class)
391393
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class, Class)
394+
* @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class)
392395
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
393396
* @see java.lang.annotation.Repeatable
394397
* @see java.lang.reflect.AnnotatedElement#getDeclaredAnnotationsByType
@@ -424,6 +427,7 @@ public static <A extends Annotation> Set<A> getDeclaredRepeatableAnnotations(Ann
424427
* @see #getRepeatableAnnotations(AnnotatedElement, Class)
425428
* @see #getRepeatableAnnotations(AnnotatedElement, Class, Class)
426429
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class)
430+
* @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class, Class)
427431
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
428432
* @see java.lang.annotation.Repeatable
429433
* @see java.lang.reflect.AnnotatedElement#getDeclaredAnnotationsByType

0 commit comments

Comments
 (0)