//refreshTagLibraryClasses();
}
rootClassGenerator = new ClassGenerator();
String templatePath = getSimpleClassName(baseType, ".") + ".xhtml";
final TemplatePath annotation = baseType.getAnnotation(TemplatePath.class);
if(annotation != null) {
templatePath = annotation.value();
//System.out.println("Found TemplatePath annotation on "+baseType+" with value "+templatePath);
}
rootElement = loadAndParseTemplate(templatePath);
if (rootElement.getAttribute("with-model") != null) {