Package org.hibernate.annotations

Annotation Interface Comments


@Target({METHOD,FIELD,TYPE})@Retention(RUNTIME)@Deprecated(since="7")@Removepublic @interfaceComments
Deprecated.
A list ofComments.

If there are multipleComments on a class or attribute, they must have distincton members.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
     
  • Element Details