| 程序包 | 说明 |
|---|---|
| io.polaris.core.lang.annotation |
| 限定符和类型 | 方法和说明 |
|---|---|
MergedAnnotation |
MatchedMergedAnnotation.getMatched() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MergedAnnotation> |
MatchedMergedAnnotation.getAliases() |
SortedMap<Integer,Set<MergedAnnotation>> |
MergedAnnotation.getHierarchyAnnotations() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A extends Annotation> |
MatchedMergedAnnotation.of(Class<A> annotationType,
MergedAnnotation matchedAnnotation) |
static <A extends Annotation> |
MatchedMergedAnnotation.of(Class<A> annotationType,
MergedAnnotation matchedAnnotation,
List<MergedAnnotation> aliasAnnotations) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A extends Annotation> |
MatchedMergedAnnotation.of(Class<A> annotationType,
MergedAnnotation matchedAnnotation,
List<MergedAnnotation> aliasAnnotations) |
| 构造器和说明 |
|---|
MatchedMergedAnnotation(Class<A> annotationType,
MergedAnnotation matched,
List<MergedAnnotation> aliases) |
| 构造器和说明 |
|---|
MatchedMergedAnnotation(Class<A> annotationType,
MergedAnnotation matched,
List<MergedAnnotation> aliases) |
Copyright © 2025 fossc. All rights reserved.