|
About:
codavaj is Javadoc in reverse: a seemingly useless
reverse engineering tool to transform HTML
Javadoc into Java source file skeletons (or a
reflection API) like internal representation. You
can: convert an entire local Javadoc tree into
Java source code; download an entire remote
Javadoc tree via HTTP(S); and derive a
Reflection-like API based on information derived
from a Javadoc tree. It is provided as a Java
command line tool.
Release focus: Minor feature enhancements
Changes:
New features include the ability to parse javadocs
generated by the 1.5 javadoc tool. The known
limitations are that enums and generics constructs
are not supported yet. Several minor bugs in
parsing constant values like "NaN" and "0d/0d"
were fixed. A Linux/Unix-like command line tool
was added.
Author:
Peter Klauser [contact developer]
Homepage:
http://codavaj.sourceforge.net
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|