Given a grails domain object with properties like
Integer displayOrder
Boolean visible
... what would be the best way to associate meta information about these fields for display on tooltips in edit view?
Thanks a bunch.
Given a grails domain object with properties like
Integer displayOrder
Boolean visible
... what would be the best way to associate meta information about these fields for display on tooltips in edit view?
Thanks a bunch.