| 构造器和说明 |
|---|
Member(ProcessingEnvironment env,
ExecutableElement method,
AnnotationValue value,
AnnotationValue defaultValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
AptAnnotationAttributes.Member |
clone() |
AnnotationValue |
getValue() |
AnnotationValue |
getValueOrDefault() |
boolean |
isDefault() |
boolean |
isDefault(AnnotationValue value) |
void |
reset() |
void |
setValue(AnnotationValue value) |
public Member(ProcessingEnvironment env, ExecutableElement method, AnnotationValue value, AnnotationValue defaultValue)
public AptAnnotationAttributes.Member clone()
public AnnotationValue getValue()
public void setValue(AnnotationValue value)
public void reset()
public AnnotationValue getValueOrDefault()
public boolean isDefault(AnnotationValue value)
public boolean isDefault()
Copyright © 2025 fossc. All rights reserved.