类 TypeMappedAnnotations

java.lang.Object
cn.taketoday.core.annotation.TypeMappedAnnotations
所有已实现的接口:
MergedAnnotations, Iterable<MergedAnnotation<Annotation>>

final class TypeMappedAnnotations extends Object implements MergedAnnotations
MergedAnnotations implementation that searches for and adapts annotations and meta-annotations using AnnotationTypeMappings.
从以下版本开始:
4.0
作者:
Phillip Webb, Harry Yang