| AbstractAnnotationSynthesizer
|
| AbstractLinkAnnotationPostProcessor
|
| AbstractWrappedAnnotationAttribute
|
| AggregateAnnotation
表示一组被聚合在一起的注解对象
|
| AliasAnnotationPostProcessor
|
| AliasLinkAnnotationPostProcessor
|
AnnotationAttribute
表示注解的某个属性,等同于绑定的调用对象的 Method方法。
|
| AnnotationAttributeValueProvider
表示一个可以从当前接口的实现类中,获得特定的属性值
|
| AnnotationSynthesizer
|
| CombinationAnnotationElement
组合注解 对JDK的原生注解机制做一个增强,支持类似Spring的组合注解。
|
| GenericSynthesizedAnnotation
|
| Hierarchical
描述以一个参照物为对象,存在于该参照物的层级结构中的对象。
|
| Hierarchical.Selector
|
| Link
用于在同一注解中,或具有一定关联的不同注解的属性中,表明这些属性之间具有特定的关联关系。
|
| MirrorLinkAnnotationPostProcessor
|
| RelationType
|
| SynthesizedAggregateAnnotation
表示基于特定规则聚合,将一组注解聚合而来的注解对象,
该注解对象允许根据一定规则“合成”一些跟原始注解属性不一样合成注解。
|
| SynthesizedAnnotation
|
| SynthesizedAnnotationAttributeProcessor
合成注解属性选择器。
|
| SynthesizedAnnotationPostProcessor
|
| SynthesizedAnnotationSelector
注解选择器,指定两个注解,选择其中一个返回。
|
| WrappedAnnotationAttribute
|