Is it possible do create Java classes from JavaDoc?

可紊 提交于 2019-11-30 03:01:45

问题


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?


回答1:


doc2java seems to do exactly what you want.




回答2:


codavaj claims to support Java 6 including generics.

http://codavaj.sourceforge.net/

I have not yet tested it.



来源:https://stackoverflow.com/questions/5871308/is-it-possible-do-create-java-classes-from-javadoc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!