Eclipse: add javadoc

后端 未结 6 630
眼角桃花
眼角桃花 2020-12-31 12:47

How can I generally add javadoc in eclipse for different packages.

As an example:
I want to add all the javadoc for hibernate in eclipse, but I don\'t know how.

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 13:03

    Another option is to use maven/m2eclipse to manage your dependencies.

    It's way overkill if you have the problem for 1 or 2 libraries, but worth considering if you have a dozen.

    Most open source projects publish both the jar and the -src.jar artifacts, and m2eclipse can go and download automatically the source for you.

提交回复
热议问题