| 程序包 | 说明 |
|---|---|
| io.polaris.core.annotation.processing |
| 限定符和类型 | 方法和说明 |
|---|---|
AptAnnotationAttributes |
AptAnnotationAttributes.clone() |
AptAnnotationAttributes |
AptMergedAnnotation.getAnnotationAttributes() |
AptAnnotationAttributes |
AptMatchedMergedAnnotation.getAnnotationAttributes() |
static AptAnnotationAttributes |
AptAnnotations.getMergedAnnotation(ProcessingEnvironment env,
Element element,
TypeElement annotationType) |
AptAnnotationAttributes |
AptHierarchyMergedAnnotation.getMergedAnnotation(TypeElement annotationType)
获取合并后的注解
|
AptAnnotationAttributes |
AptMatchedMergedAnnotation.newAnnotationAttributes() |
static <A extends Annotation> |
AptAnnotationAttributes.of(ProcessingEnvironment env,
AnnotationMirror annotation) |
static <A extends Annotation> |
AptAnnotationAttributes.of(ProcessingEnvironment env,
TypeElement annotationType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<AptAnnotationAttributes> |
AptAnnotations.getMergedRepeatableAnnotation(ProcessingEnvironment env,
Element element,
TypeElement annotationType) |
Set<AptAnnotationAttributes> |
AptHierarchyMergedAnnotation.getMergedRepeatableAnnotation(TypeElement annotationType)
获取合并后的可重复注解集合
|
static Set<AptAnnotationAttributes> |
AptAnnotations.getTopMergedRepeatableAnnotation(ProcessingEnvironment env,
Element element,
TypeElement annotationType) |
Set<AptAnnotationAttributes> |
AptHierarchyMergedAnnotation.getTopMergedRepeatableAnnotation(TypeElement annotationType)
获取合并后的可重复注解集合
|
Copyright © 2025 fossc. All rights reserved.