| Package | Description |
|---|---|
| cn.hutool.core.annotation |
注解包,提供增强型注解和注解工具类
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSynthesizedAggregateAnnotation
SynthesizedAggregateAnnotation的基本实现,表示基于多个注解对象,
或多个根注解对象与他们的多层元注解对象的聚合得到的注解。 |
| Modifier and Type | Method and Description |
|---|---|
static SynthesizedAggregateAnnotation |
AnnotationUtil.aggregatingFromAnnotation(Annotation... annotations)
对指定注解对象进行聚合
|
static SynthesizedAggregateAnnotation |
AnnotationUtil.aggregatingFromAnnotationWithMeta(Annotation... annotations)
对指定注解对象及其元注解进行聚合
|
Copyright © 2025. All rights reserved.