类 MergedAnnotationReadingVisitor<A extends Annotation>

java.lang.Object
cn.taketoday.bytecode.AnnotationVisitor
cn.taketoday.core.type.classreading.MergedAnnotationReadingVisitor<A>
类型参数:
A - the annotation type

class MergedAnnotationReadingVisitor<A extends Annotation> extends AnnotationVisitor
AnnotationVisitor that can be used to construct a MergedAnnotation.
从以下版本开始:
4.0
作者:
Phillip Webb, Harry Yang