ASTParser astParser = ASTParser.newParser(AST.JLS3);
astParser.setSource(cu.getContents());
ASTNode node = astParser
.createAST(new NullProgressMonitor());
ASTNode aNode = a
.findNode((org.eclipse.jdt.core.dom.CompilationUnit) node);
if (aNode instanceof NormalAnnotation) {
NormalAnnotation na = (NormalAnnotation) aNode;
Expression exp = getAnnotationElement(na, "members");
parseAnnotationListElement(elems, annotationName,