protected static final AnnotationParser s_parser = Helper.getAnnotationParser();
private Object getElementValue(Object o) {
AnnotationElement element = (AnnotationElement) o;
return element.resolveValueHolderFrom(AnnotationParserTest.class.getClassLoader());
}
private void check(Map elements, String key, Object expected) {
Object o = elements.get(key);