Annotation Type NameColumn


  • @Documented
    @Target({FIELD,METHOD})
    @Retention(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.