Class AnnotationMirrorAltAnnotationImpl
java.lang.Object
org.glassfish.hk2.xml.internal.alt.papi.AnnotationMirrorAltAnnotationImpl
- All Implemented Interfaces:
AltAnnotation
- Author:
- jwells
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationMirrorAltAnnotationImpl(AnnotationMirror annotation, ProcessingEnvironment processingEnv) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationArrayValue(String methodName) booleangetBooleanValue(String methodName) getClassValue(String methodName) String[]getStringArrayValue(String methodName) getStringValue(String methodName) toString()
-
Constructor Details
-
AnnotationMirrorAltAnnotationImpl
public AnnotationMirrorAltAnnotationImpl(AnnotationMirror annotation, ProcessingEnvironment processingEnv)
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAltAnnotation
-
getStringValue
- Specified by:
getStringValuein interfaceAltAnnotation
-
getBooleanValue
- Specified by:
getBooleanValuein interfaceAltAnnotation
-
getStringArrayValue
- Specified by:
getStringArrayValuein interfaceAltAnnotation
-
getAnnotationArrayValue
- Specified by:
getAnnotationArrayValuein interfaceAltAnnotation
-
getClassValue
- Specified by:
getClassValuein interfaceAltAnnotation
-
getAnnotationValues
- Specified by:
getAnnotationValuesin interfaceAltAnnotation
-
toString
-