comment = Models.toNullLiteral(f);
} else {
comment = Models.toLiteral(f, description.getText());
}
SimpleName dataModel = f.newSimpleName("dataModel"); //$NON-NLS-1$
ClassBody block = f.newClassBody(Arrays.asList(f.newMethodDeclaration(
null,
new AttributeBuilder(f)
.annotation(context.resolve(Override.class))
.Public()
.toAttributes(),