104105106107108109110111112113114
.getAnnotationElementValue( processingEnv, elementAnnotationMirror, annotationMember.getSimpleName() .toString()).getValue(); validator.validate(processingEnv, roundEnv, annotationType, annotationMirror, annotationMember, e, actualValue); } } }