| 程序包 | 说明 |
|---|---|
| cn.hutool.core.annotation |
注解包,提供增强型注解和注解工具类
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericSynthesizedAggregateAnnotation
SynthesizedAggregateAnnotation的基本实现,表示基于多个注解对象,
或多个根注解对象与他们的多层元注解对象的聚合得到的注解。 |
| 限定符和类型 | 方法和说明 |
|---|---|
static SynthesizedAggregateAnnotation |
AnnotationUtil.aggregatingFromAnnotation(Annotation... annotations)
对指定注解对象进行聚合
|
static SynthesizedAggregateAnnotation |
AnnotationUtil.aggregatingFromAnnotation(Annotation... annotations)
对指定注解对象进行聚合
|
static SynthesizedAggregateAnnotation |
AnnotationUtil.aggregatingFromAnnotationWithMeta(Annotation... annotations)
对指定注解对象及其元注解进行聚合
|
static SynthesizedAggregateAnnotation |
AnnotationUtil.aggregatingFromAnnotationWithMeta(Annotation... annotations)
对指定注解对象及其元注解进行聚合
|
Copyright © 2022. All rights reserved.