public class CodeAnnotationMirror extends Object implements AnnotationMirror
| Constructor and Description |
|---|
CodeAnnotationMirror(DeclaredType annotationType) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableElement |
findExecutableElement(String name) |
DeclaredType |
getAnnotationType() |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getElementValues() |
void |
setElementValue(ExecutableElement method,
AnnotationValue value) |
public CodeAnnotationMirror(DeclaredType annotationType)
public DeclaredType getAnnotationType()
getAnnotationType in interface AnnotationMirrorpublic Map<? extends ExecutableElement,? extends AnnotationValue> getElementValues()
getElementValues in interface AnnotationMirrorpublic void setElementValue(ExecutableElement method, AnnotationValue value)
public ExecutableElement findExecutableElement(String name)