public interface RepeatableContainer
AnnotationAggregator| 限定符和类型 | 方法和说明 |
|---|---|
<A extends Annotation> |
getRepeatableAnnotations(Class<A> annotationType)
从当前对象中获得可重复注解,包括该对象中全部直接以及间接声明的注解对象
|
<A extends Annotation> List<A> getRepeatableAnnotations(Class<A> annotationType)
Copyright © 2022. All rights reserved.