Annotation Interface Column


@Target(FIELD) @Retention(RUNTIME) public @interface Column
Column annotation.

数据集列注解。

See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
    • type

      String type
      Default:
      "VARCHAR(255)"