Annotation Interface FieldMeta


@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented public @interface FieldMeta
  • 元素详细资料

    • name

      String name
      字段名称
      返回:
      名称
      默认值:
      ""
    • description

      String description
      字段描述
      返回:
      返回字符串
      默认值:
      ""
    • visible

      boolean visible
      是否在列表中显示
      返回:
      返回布尔值
      默认值:
      true
    • order

      int order
      排序字段
      返回:
      返回顺序
      默认值:
      0
    • dateFormatter

      String dateFormatter
      时间 格式化
      返回:
      对时间进行格式
      默认值:
      ""