/* */ {
/* */ public ASTAnnotation run() throws Exception
/* */ {
/* 323 */ AnnotationParser parser = new AnnotationParser(new StringReader(this.val$annotationExpr));
/* 324 */ ASTStart start = parser.Start();
/* 325 */ return (ASTAnnotation)start.jjtGetChild(0);
/* */ } } );
/* */ }
/* */ catch (PrivilegedActionException e) {
/* */ }
/* 331 */ throw new RuntimeException("Error getting root expression", e.getException());