Annotation Type Comment


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Comment
    SQL column comment which can be defined at property level.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The comment string.
    • Element Detail

      • value

        java.lang.String value
        The comment string.