Class DecoratedAnnotationMirror
- java.lang.Object
-
- com.webcohesion.enunciate.javac.decorations.element.DecoratedAnnotationMirror
-
- All Implemented Interfaces:
AnnotationMirror
public class DecoratedAnnotationMirror extends Object implements AnnotationMirror
- Author:
- Ryan Heaton
-
-
Constructor Summary
Constructors Constructor Description DecoratedAnnotationMirror(AnnotationMirror delegate, DecoratedProcessingEnvironment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<? extends ExecutableElement,? extends AnnotationValue>getAllElementValues()DeclaredTypegetAnnotationType()AnnotationMirrorgetDelegate()Map<? extends ExecutableElement,? extends AnnotationValue>getElementValues()Map<String,AnnotationValue>getElementValuesByName()
-
-
-
Constructor Detail
-
DecoratedAnnotationMirror
public DecoratedAnnotationMirror(AnnotationMirror delegate, DecoratedProcessingEnvironment env)
-
-
Method Detail
-
getAnnotationType
public DeclaredType getAnnotationType()
- Specified by:
getAnnotationTypein interfaceAnnotationMirror
-
getElementValues
public Map<? extends ExecutableElement,? extends AnnotationValue> getElementValues()
- Specified by:
getElementValuesin interfaceAnnotationMirror
-
getElementValuesByName
public Map<String,AnnotationValue> getElementValuesByName()
-
getAllElementValues
public Map<? extends ExecutableElement,? extends AnnotationValue> getAllElementValues()
-
getDelegate
public AnnotationMirror getDelegate()
-
-