| 程序包 | 说明 |
|---|---|
| io.polaris.core.lang.annotation |
| 限定符和类型 | 方法和说明 |
|---|---|
MergedAnnotation |
MatchedMergedAnnotation.getMatchedAnnotation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MergedAnnotation> |
MatchedMergedAnnotation.getAliasAnnotations() |
List<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 matchedAnnotation,
List<MergedAnnotation> aliasAnnotations) |
| 构造器和说明 |
|---|
MatchedMergedAnnotation(Class<A> annotationType,
MergedAnnotation matchedAnnotation,
List<MergedAnnotation> aliasAnnotations) |
Copyright © 2025 fossc. All rights reserved.