Package org.hibernate.annotations
Annotation Type Comment
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface CommentSQL column comment which can be defined at property level.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe comment string.
-