Class RepeatableAnnotationCollector.Standard

java.lang.Object
org.miaixz.bus.core.lang.annotation.resolve.RepeatableAnnotationCollector.AbstractCollector
org.miaixz.bus.core.lang.annotation.resolve.RepeatableAnnotationCollector.Standard
All Implemented Interfaces:
RepeatableAnnotationCollector
Enclosing interface:
RepeatableAnnotationCollector

public static class RepeatableAnnotationCollector.Standard extends RepeatableAnnotationCollector.AbstractCollector
标准实现,当注解中有且仅有一个名为value的属性时, 若该属性类型为注解数组,且该数组对应的注解类型被Repeatable注解, 则收集器将返回该属性中包括的可重复注解。