Annotation Type DbComment


@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface DbComment
A database table or column comment.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The database table or column comment.
  • Element Details

    • value

      String value
      The database table or column comment.