类的使用
cn.taketoday.core.annotation.AbstractMergedAnnotation
使用AbstractMergedAnnotation的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中AbstractMergedAnnotation的使用
修饰符和类型类说明(专用程序包) final classMissingMergedAnnotation<A extends Annotation>AnAbstractMergedAnnotationused as the implementation ofMergedAnnotation.missing().(专用程序包) final classTypeMappedAnnotation<A extends Annotation>MergedAnnotationthat adapts attributes from a root annotation by applying the mapping and mirroring rules of anAnnotationTypeMapping.修饰符和类型字段说明private final AbstractMergedAnnotation<?>SynthesizedMergedAnnotationInvocationHandler.annotation修饰符和类型方法说明(专用程序包) static <A extends Annotation>
ASynthesizedMergedAnnotationInvocationHandler.createProxy(AbstractMergedAnnotation<A> annotation, Class<A> type) 限定符构造器说明(专用程序包)SynthesizedMergedAnnotationInvocationHandler(AbstractMergedAnnotation<A> annotation, Class<A> type)