@Documented
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface NameColumn
This annotation can be used to declare a column as name column that can be
used to give name to the record.
This column can be used by UI to display the record with text value of this
column.