_typeDecl = typeDecl;
String typeName = typeDecl.getQualifiedName();
StringBuffer comment = new StringBuffer(" Generated from ");
comment.append(typeName);
comment.append( " on " ).append( new Date().toString() ).append( ' ' );
_xw = new XmlModelWriter(null, "processed-annotations", null, null, comment.toString());
_xw.addElementWithText(_xw.getRootElement(), "type-name", typeName);
}