类 AnnotationTypeMappings

java.lang.Object
cn.taketoday.core.annotation.AnnotationTypeMappings
所有已实现的接口:
Iterable<AnnotationTypeMapping>

final class AnnotationTypeMappings extends Object implements Iterable<AnnotationTypeMapping>
Provides AnnotationTypeMapping information for a single source annotation type. Performs a recursive breadth first crawl of all meta-annotations to ultimately provide a quick way to map the attributes of a root Annotation.

Supports convention based merging of meta-annotations as well as implicit and explicit @AliasFor aliases. Also provides information about mirrored attributes.

This class is designed to be cached so that meta-annotations only need to be searched once, regardless of how many times they are actually used.

从以下版本开始:
4.0
作者:
Phillip Webb, Harry Yang
另请参阅: