public class AnnotationMirrorImpl extends Object implements AnnotationMirror, InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
AnnotationBinding |
_binding |
BaseProcessingEnvImpl |
_env |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DeclaredType |
getAnnotationType() |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getElementValues() |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getElementValuesWithDefaults() |
int |
hashCode() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
String |
toString() |
public final BaseProcessingEnvImpl _env
public final AnnotationBinding _binding
public DeclaredType getAnnotationType()
getAnnotationType in interface AnnotationMirrorpublic Map<? extends ExecutableElement,? extends AnnotationValue> getElementValues()
getElementValues in interface AnnotationMirrorpublic Map<? extends ExecutableElement,? extends AnnotationValue> getElementValuesWithDefaults()
Elements.getElementValuesWithDefaults(AnnotationMirror)public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableCopyright © 2015. All rights reserved.