Package org.hibernate.annotations
Annotation Interface Comments
@Target({METHOD,FIELD,TYPE})
@Retention(RUNTIME)
@Deprecated(since="7")
@Remove
public @interface Comments
Deprecated.
Per Comment, prefer Table.comment()
-
Required Element Summary
Required Elements
-
Element Details
-
value
Comment[] valueDeprecated.
-