@@ -237,8 +237,8 @@ public static boolean isAnnotated(AnnotatedElement element, String annotationNam
237
237
* the annotation hierarchy <em>above</em> the supplied {@code element} and
238
238
* merge that annotation's attributes with <em>matching</em> attributes from
239
239
* annotations in lower levels of the annotation hierarchy.
240
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both
241
- * within a single annotation and within the annotation hierarchy.
240
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
241
+ * a single annotation and within the annotation hierarchy.
242
242
* <p>This method delegates to {@link #getMergedAnnotationAttributes(AnnotatedElement, String)}.
243
243
* @param element the annotated element
244
244
* @param annotationType the annotation type to find
@@ -262,8 +262,8 @@ public static boolean isAnnotated(AnnotatedElement element, String annotationNam
262
262
* the annotation hierarchy <em>above</em> the supplied {@code element} and
263
263
* merge that annotation's attributes with <em>matching</em> attributes from
264
264
* annotations in lower levels of the annotation hierarchy.
265
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both
266
- * within a single annotation and within the annotation hierarchy.
265
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
266
+ * a single annotation and within the annotation hierarchy.
267
267
* <p>This method delegates to {@link #getMergedAnnotationAttributes(AnnotatedElement, String, boolean, boolean)},
268
268
* supplying {@code false} for {@code classValuesAsString} and {@code nestedAnnotationsAsMap}.
269
269
* @param element the annotated element
@@ -321,8 +321,8 @@ public static boolean isAnnotated(AnnotatedElement element, String annotationNam
321
321
* merge that annotation's attributes with <em>matching</em> attributes from
322
322
* annotations in lower levels of the annotation hierarchy, and synthesize
323
323
* the result back into an annotation of the specified {@code annotationType}.
324
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both
325
- * within a single annotation and within the annotation hierarchy.
324
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
325
+ * a single annotation and within the annotation hierarchy.
326
326
* @param element the annotated element
327
327
* @param annotationType the annotation type to find
328
328
* @return the merged, synthesized {@code Annotation}, or {@code null} if not found
@@ -348,8 +348,8 @@ public static boolean isAnnotated(AnnotatedElement element, String annotationNam
348
348
* <em>matching</em> attributes from annotations in lower levels of the annotation
349
349
* hierarchy and synthesize the results back into an annotation of the specified
350
350
* {@code annotationType}.
351
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
352
- * single annotation and within annotation hierarchies .
351
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
352
+ * a single annotation and within the annotation hierarchy .
353
353
* <p>This method follows <em>get semantics</em> as described in the
354
354
* {@linkplain AnnotatedElementUtils class-level javadoc}.
355
355
* @param element the annotated element (never {@code null})
@@ -375,8 +375,8 @@ public static <A extends Annotation> Set<A> getAllMergedAnnotations(
375
375
* <em>matching</em> attributes from annotations in lower levels of the
376
376
* annotation hierarchy and synthesize the results back into an annotation
377
377
* of the corresponding {@code annotationType}.
378
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
379
- * single annotation and within annotation hierarchies .
378
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
379
+ * a single annotation and within the annotation hierarchy .
380
380
* <p>This method follows <em>get semantics</em> as described in the
381
381
* {@linkplain AnnotatedElementUtils class-level javadoc}.
382
382
* @param element the annotated element (never {@code null})
@@ -402,9 +402,9 @@ public static Set<Annotation> getAllMergedAnnotations(AnnotatedElement element,
402
402
* hierarchy and synthesize the results back into an annotation of the specified
403
403
* {@code annotationType}.
404
404
* <p>The container type that holds the repeatable annotations will be looked up
405
- * via {@link java.lang.annotation.Repeatable}.
406
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
407
- * single annotation and within annotation hierarchies .
405
+ * via {@link java.lang.annotation.Repeatable @Repeatable }.
406
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
407
+ * a single annotation and within the annotation hierarchy .
408
408
* <p>This method follows <em>get semantics</em> as described in the
409
409
* {@linkplain AnnotatedElementUtils class-level javadoc}.
410
410
* @param element the annotated element (never {@code null})
@@ -431,8 +431,8 @@ public static <A extends Annotation> Set<A> getMergedRepeatableAnnotations(
431
431
* <em>matching</em> attributes from annotations in lower levels of the annotation
432
432
* hierarchy and synthesize the results back into an annotation of the specified
433
433
* {@code annotationType}.
434
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
435
- * single annotation and within annotation hierarchies .
434
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
435
+ * a single annotation and within the annotation hierarchy .
436
436
* <p>This method follows <em>get semantics</em> as described in the
437
437
* {@linkplain AnnotatedElementUtils class-level javadoc}.
438
438
* <p><strong>WARNING</strong>: if the supplied {@code containerType} is not
@@ -621,8 +621,8 @@ public static boolean hasAnnotation(AnnotatedElement element, Class<? extends An
621
621
* merge that annotation's attributes with <em>matching</em> attributes from
622
622
* annotations in lower levels of the annotation hierarchy, and synthesize
623
623
* the result back into an annotation of the specified {@code annotationType}.
624
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both
625
- * within a single annotation and within the annotation hierarchy.
624
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
625
+ * a single annotation and within the annotation hierarchy.
626
626
* <p>This method follows <em>find semantics</em> as described in the
627
627
* {@linkplain AnnotatedElementUtils class-level javadoc}.
628
628
* @param element the annotated element
@@ -652,8 +652,8 @@ public static boolean hasAnnotation(AnnotatedElement element, Class<? extends An
652
652
* <em>matching</em> attributes from annotations in lower levels of the annotation
653
653
* hierarchy and synthesize the results back into an annotation of the specified
654
654
* {@code annotationType}.
655
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
656
- * single annotation and within annotation hierarchies .
655
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
656
+ * a single annotation and within the annotation hierarchy .
657
657
* <p>This method follows <em>find semantics</em> as described in the
658
658
* {@linkplain AnnotatedElementUtils class-level javadoc}.
659
659
* @param element the annotated element (never {@code null})
@@ -677,8 +677,8 @@ public static <A extends Annotation> Set<A> findAllMergedAnnotations(AnnotatedEl
677
677
* <em>matching</em> attributes from annotations in lower levels of the
678
678
* annotation hierarchy and synthesize the results back into an annotation
679
679
* of the corresponding {@code annotationType}.
680
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
681
- * single annotation and within annotation hierarchies .
680
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
681
+ * a single annotation and within the annotation hierarchy .
682
682
* <p>This method follows <em>find semantics</em> as described in the
683
683
* {@linkplain AnnotatedElementUtils class-level javadoc}.
684
684
* @param element the annotated element (never {@code null})
@@ -703,9 +703,9 @@ public static Set<Annotation> findAllMergedAnnotations(AnnotatedElement element,
703
703
* hierarchy and synthesize the results back into an annotation of the specified
704
704
* {@code annotationType}.
705
705
* <p>The container type that holds the repeatable annotations will be looked up
706
- * via {@link java.lang.annotation.Repeatable}.
707
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
708
- * single annotation and within annotation hierarchies .
706
+ * via {@link java.lang.annotation.Repeatable @Repeatable }.
707
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
708
+ * a single annotation and within the annotation hierarchy .
709
709
* <p>This method follows <em>find semantics</em> as described in the
710
710
* {@linkplain AnnotatedElementUtils class-level javadoc}.
711
711
* @param element the annotated element (never {@code null})
@@ -732,8 +732,8 @@ public static <A extends Annotation> Set<A> findMergedRepeatableAnnotations(Anno
732
732
* <em>matching</em> attributes from annotations in lower levels of the annotation
733
733
* hierarchy and synthesize the results back into an annotation of the specified
734
734
* {@code annotationType}.
735
- * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within a
736
- * single annotation and within annotation hierarchies .
735
+ * <p>{@link AliasFor @AliasFor} semantics are fully supported, both within
736
+ * a single annotation and within the annotation hierarchy .
737
737
* <p>This method follows <em>find semantics</em> as described in the
738
738
* {@linkplain AnnotatedElementUtils class-level javadoc}.
739
739
* <p><strong>WARNING</strong>: if the supplied {@code containerType} is not
0 commit comments