public class AptMatchedMergedAnnotation extends Object
| 构造器和说明 |
|---|
AptMatchedMergedAnnotation(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation,
List<AptMergedAnnotation> aliasAnnotations) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AptMergedAnnotation> |
getAliasAnnotations() |
AptAnnotationAttributes |
getAnnotationAttributes() |
TypeElement |
getAnnotationType() |
AptMergedAnnotation |
getMatchedAnnotation() |
AptAnnotationAttributes |
newAnnotationAttributes() |
static AptMatchedMergedAnnotation |
of(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation) |
static AptMatchedMergedAnnotation |
of(ProcessingEnvironment env,
TypeElement annotationType,
AptMergedAnnotation matchedAnnotation,
List<AptMergedAnnotation> aliasAnnotations) |
public AptMatchedMergedAnnotation(ProcessingEnvironment env, TypeElement annotationType, AptMergedAnnotation matchedAnnotation, List<AptMergedAnnotation> aliasAnnotations)
public static AptMatchedMergedAnnotation of(ProcessingEnvironment env, TypeElement annotationType, AptMergedAnnotation matchedAnnotation, List<AptMergedAnnotation> aliasAnnotations)
public static AptMatchedMergedAnnotation of(ProcessingEnvironment env, TypeElement annotationType, AptMergedAnnotation matchedAnnotation)
public AptAnnotationAttributes getAnnotationAttributes()
public AptAnnotationAttributes newAnnotationAttributes()
public TypeElement getAnnotationType()
public AptMergedAnnotation getMatchedAnnotation()
public List<AptMergedAnnotation> getAliasAnnotations()
Copyright © 2025 fossc. All rights reserved.