public class DecoratedAnnotationMirror extends Object implements AnnotationMirror
| Constructor and Description |
|---|
DecoratedAnnotationMirror(AnnotationMirror delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getAllElementValues() |
DeclaredType |
getAnnotationType() |
AnnotationMirror |
getDelegate() |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getElementValues() |
Map<String,AnnotationValue> |
getElementValuesByName() |
public DecoratedAnnotationMirror(AnnotationMirror delegate, DecoratedProcessingEnvironment env)
public DeclaredType getAnnotationType()
getAnnotationType in interface AnnotationMirrorpublic Map<? extends ExecutableElement,? extends AnnotationValue> getElementValues()
getElementValues in interface AnnotationMirrorpublic Map<String,AnnotationValue> getElementValuesByName()
public Map<? extends ExecutableElement,? extends AnnotationValue> getAllElementValues()
public AnnotationMirror getDelegate()
Copyright © 2006-2016–2017. All rights reserved.