Package | Description |
---|---|
org.dromara.hutool.core.annotation |
注解包,提供增强型注解和注解工具类,处理包括:
注解元素(AnnotatedElement)上的注解。 |
org.dromara.hutool.core.annotation.elements |
AnnotatedElement对象实现
|
Modifier and Type | Method and Description |
---|---|
static CombinationAnnotatedElement |
AnnotationUtil.toCombination(AnnotatedElement annotationEle)
将指定的被注解的元素转换为组合注解元素
|
Modifier and Type | Method and Description |
---|---|
static CombinationAnnotatedElement |
CombinationAnnotatedElement.of(AnnotatedElement element,
Predicate<Annotation> predicate)
创建CombinationAnnotationElement
|
Copyright © 2025. All rights reserved.