@@ -309,6 +309,7 @@ public static <A extends Annotation> Set<A> getRepeatableAnnotation(AnnotatedEle
309
309
* @since 4.2
310
310
* @see #getRepeatableAnnotations(AnnotatedElement, Class, Class)
311
311
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class, Class)
312
+ * @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class)
312
313
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
313
314
* @see java.lang.annotation.Repeatable
314
315
* @see java.lang.reflect.AnnotatedElement#getAnnotationsByType
@@ -344,6 +345,7 @@ public static <A extends Annotation> Set<A> getRepeatableAnnotations(AnnotatedEl
344
345
* @see #getRepeatableAnnotations(AnnotatedElement, Class)
345
346
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class)
346
347
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class, Class)
348
+ * @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class, Class)
347
349
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
348
350
* @see java.lang.annotation.Repeatable
349
351
* @see java.lang.reflect.AnnotatedElement#getAnnotationsByType
@@ -389,6 +391,7 @@ public static <A extends Annotation> Set<A> getRepeatableAnnotations(AnnotatedEl
389
391
* @see #getRepeatableAnnotations(AnnotatedElement, Class)
390
392
* @see #getRepeatableAnnotations(AnnotatedElement, Class, Class)
391
393
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class, Class)
394
+ * @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class)
392
395
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
393
396
* @see java.lang.annotation.Repeatable
394
397
* @see java.lang.reflect.AnnotatedElement#getDeclaredAnnotationsByType
@@ -424,6 +427,7 @@ public static <A extends Annotation> Set<A> getDeclaredRepeatableAnnotations(Ann
424
427
* @see #getRepeatableAnnotations(AnnotatedElement, Class)
425
428
* @see #getRepeatableAnnotations(AnnotatedElement, Class, Class)
426
429
* @see #getDeclaredRepeatableAnnotations(AnnotatedElement, Class)
430
+ * @see AnnotatedElementUtils#getMergedRepeatableAnnotations(AnnotatedElement, Class, Class)
427
431
* @see org.springframework.core.BridgeMethodResolver#findBridgedMethod
428
432
* @see java.lang.annotation.Repeatable
429
433
* @see java.lang.reflect.AnnotatedElement#getDeclaredAnnotationsByType
0 commit comments