Class AnnotationMirrorImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
- All Implemented Interfaces:
InvocationHandler,AnnotationMirror
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanMap<? extends ExecutableElement, ? extends AnnotationValue> Map<? extends ExecutableElement, ? extends AnnotationValue> inthashCode()toString()
-
Field Details
-
_env
-
_binding
-
-
Method Details
-
equals
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceAnnotationMirror
-
getElementValues
- Specified by:
getElementValuesin interfaceAnnotationMirror- Returns:
- all the members of this annotation mirror that have explicit values. Default values are not included.
-
getElementValuesWithDefaults
- Returns:
- all the members of this annotation mirror that have explicit or default values.
- See Also:
-
hashCode
-
invoke
-
toString
-