attr.setImplementationType(annotation.type());
attr.setOrderInForm(annotation.order());
attr.setOnCreateIf(annotation.onCreateIf());
attr.setOnEditIf(annotation.onEditIf());
attr.setOnDisplayIf(annotation.onDisplayIf());
attr.setOnDeleteIf(annotation.onDeleteIf());
attr.setValidatorId(annotation.validatorId());