}
}
XTemplateParser p = new XTemplateParser(l.branch(Type.DEBUG,
"Parsing provided template for " + method.getReadableDeclaration()));
TemplateModel m = p.parse(template);
SafeHtmlTemplatesCreator safeHtml = new SafeHtmlTemplatesCreator(context, l.branch(Type.DEBUG,
"Building SafeHtmlTemplates"), method);
sw.println(method.getReadableDeclaration(false, true, true, false, true) + "{");
sw.indent();