for (ElementValuePair pair : elementValuePairs) {
String name = CharOperation.charToString(pair.getName());
List<JAnnotationArgument> values = processAnnotationPropertyValue(
sourceInfo, pair.getValue());
annotation.addValue(new Property(sourceInfo, name, values));
}
}