ShowInForm annotation = fields[j].getAnnotation(ShowInForm.class);
attr.setImplementationType(annotation.type());
attr.setOrderInForm(annotation.order());
attr.setFormFormatOff(annotation.formatOff());
attr.setListFormatOff(annotation.listFormatOff());
if (annotation.type() == AttributeImplementationType.TEXTAREA || annotation.type() == AttributeImplementationType.FORMATTEDTEXTAREA)
{
if (annotation.columns() == 0)