annotation.setValues(elementValuePairs);
}
ElementValueContext elementValueContext = getChild(context, ElementValueContext.class);
if (elementValueContext != null) {
AnnotationValue elementValue =
getAdapter(ElementValueAdapter.class).adapt(elementValueContext);
annotation.setValue(elementValue);
}
return annotation;