public static class RepeatableAnnotationCollector.None extends Object implements RepeatableAnnotationCollector
RepeatableAnnotationCollector.AbstractCollector, RepeatableAnnotationCollector.Condition, RepeatableAnnotationCollector.Full, RepeatableAnnotationCollector.None, RepeatableAnnotationCollector.Standard| Constructor and Description |
|---|
None() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAllRepeatableAnnotations(Annotation annotation)
默认返回空集合
|
List<Annotation> |
getFinalRepeatableAnnotations(Annotation annotation)
默认返回空集合
|
<T extends Annotation> |
getRepeatableAnnotations(Annotation annotation,
Class<T> annotationType)
默认返回空集合
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearSingletonCaches, condition, full, none, standardpublic List<Annotation> getFinalRepeatableAnnotations(Annotation annotation)
getFinalRepeatableAnnotations in interface RepeatableAnnotationCollectorannotation - 注解public List<Annotation> getAllRepeatableAnnotations(Annotation annotation)
getAllRepeatableAnnotations in interface RepeatableAnnotationCollectorannotation - 注解public <T extends Annotation> List<T> getRepeatableAnnotations(Annotation annotation, Class<T> annotationType)
getRepeatableAnnotations in interface RepeatableAnnotationCollectorT - 注解类型annotation - 注解annotationType - 注解类型Copyright © 2025. All rights reserved.