public class MergedAnnotations extends Object
| 构造器和说明 |
|---|
MergedAnnotations() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A extends Annotation> |
getMergedAnnotation(AnnotatedElement element,
Class<A> annotationType) |
static <A extends Annotation> |
getMergedRepeatableAnnotation(AnnotatedElement element,
Class<A> annotationType) |
static <A extends Annotation> |
getTopMergedRepeatableAnnotation(AnnotatedElement element,
Class<A> annotationType) |
@Nullable public static <A extends Annotation> A getMergedAnnotation(AnnotatedElement element, Class<A> annotationType)
@Nonnull public static <A extends Annotation> Set<A> getMergedRepeatableAnnotation(AnnotatedElement element, Class<A> annotationType)
@Nonnull public static <A extends Annotation> Set<A> getTopMergedRepeatableAnnotation(AnnotatedElement element, Class<A> annotationType)
Copyright © 2025 fossc. All rights reserved.