| 程序包 | 说明 |
|---|---|
| io.polaris.core.annotation.processing |
| 限定符和类型 | 方法和说明 |
|---|---|
AptMergedAnnotation |
AptMatchedMergedAnnotation.getMatchedAnnotation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AptMergedAnnotation> |
AptMatchedMergedAnnotation.getAliasAnnotations() |
List<Set<AptMergedAnnotation>> |
AptMergedAnnotation.getHierarchyAnnotations() |
List<Set<AptMergedAnnotation>> |
AptHierarchyMergedAnnotation.getSortedAnnotations()
获取按距离排序的注解映射
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AptMatchedMergedAnnotation |
AptMatchedMergedAnnotation.of(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation) |
static AptMatchedMergedAnnotation |
AptMatchedMergedAnnotation.of(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation,
List<AptMergedAnnotation> aliasAnnotations) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AptMatchedMergedAnnotation |
AptMatchedMergedAnnotation.of(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation,
List<AptMergedAnnotation> aliasAnnotations) |
| 构造器和说明 |
|---|
AptMatchedMergedAnnotation(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation,
List<AptMergedAnnotation> aliasAnnotations) |
| 构造器和说明 |
|---|
AptMatchedMergedAnnotation(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation,
List<AptMergedAnnotation> aliasAnnotations) |
Copyright © 2025 fossc. All rights reserved.