Annotation Interface Comment


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface Comment
Used to provide a description for data model entities and their attributes.

For persistent entities and attributes Jmix Studio adds comment text as a table or column remarks attribute when generating Liquibase changelogs. Therefore, it will be added to the database schema as a table or column comment.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Comment text.
  • Element Details

    • value

      String value
      Comment text. Multi-line comments are supported.
      Default:
      ""