在 Spring 工具套件 (Eclipse) 中找不到 Apache Camel 的 Javadoc

Javadoc for Apache Camel not found in Spring Tool Suite (Eclipse)

我的 Spring 工具套件找不到 Apache Camel 的 Javadoc(或源代码)。例如。将鼠标悬停在 Exchange.getIn() 上时,会显示以下消息:

Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.

如何附加 Javadoc?除了将骆驼资源作为 Maven 的依赖项之外,还有其他方法吗?

我使用的是 STS 3.7.2,它基于 Eclipse Mars 4.5.1,camel 2.8.3 作为 Maven 的依赖项。

将 eclipse 与 maven 一起使用时,您可以将配置设置为自动下载库的源代码和 JavaDocs。

Window -> Preferenes -> Maven
-Select Download Artifact Sources
-Select Download Artifact JavaDoc