Search code examples
javahibernateannotationsjavadoc

How to add JavaDoc information about Annotations in Hibernate?


is there a possibility to add JavaDocInformation for the Annotations that are used in Hibernate for example for Annotations like @Entity, @Table etc..?

And for which jar-File I had to add these files?

Thanks in advance.

enter image description here


Solution

  • you must not use a jar. You can use a link to the online documentation. For hibernate hier is a link:https://docs.jboss.org/hibernate/orm/3.5/api/

    If you use eclipse, click to the project -> build path -> configure build path. Under Libraries choose the hibernate libraries, open it and click to Javadoc location -> edit. Add the link or the jar-File. Link to the jar http://hibernate.org/orm/documentation/