是否可以从 JavaDoc 创建 Java 类?
问题是:目前我的团队为一家供应商工作,该供应商为我们提供了他们库中的大量 JavaDoc 规范,但没有提供带有存根或实现的 .jar 文件。
我们已经与他们交谈过,但他们只会在 2 到 3 周内提供 .jar 文件。我不想等到这个时候才开始我们的开发,所以问题是:
仅给定 JavaDoc .html 文件,是否有任何工具(免费/开源)可用,以便我们可以创建一个 .jar (或一堆 .java /.class 文件)这将使我们能够编译我们的代码?
Here is the problem: Currently my team work for a vendor, that provided us a huge JavaDoc spec from their library, but did not provide the .jar file with stubs or implementation.
We already talked to them, but they will provide the .jar files only in 2 to 3 weeks from now. I would not like to wait this time to start our development, so here's the question:
Given JavaDoc .html files only, are there any tools (free / open source) available so we could create a .jar (or a bunch of .java/.class files) that would enable us to compile our code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
doc2java 似乎完全符合你的要求。
doc2java seems to do exactly what you want.
codavaj 声称支持 Java 6,包括泛型。
http://codavaj.sourceforge.net/
我还没有测试过。
codavaj claims to support Java 6 including generics.
http://codavaj.sourceforge.net/
I have not yet tested it.