codavaj - javadoc in reverse News
Status: Alpha
Brought to you by:
klp
Proudly presenting the first released version of codavaj ( 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.
Codavaj attempts to acertain all aspects of a Class's ( or Interface's ) structure - methods, constructors, fields, modifiers, inheritance heirarchy, constant field values etc - through analyzing an entire Javadoc tree.
The initial version provides a utility to download an entire javadoc tree from a remote (http://) location.
Furthermore a utility to transform the javadoc tree into a java source tree.
see http://codavaj.sourceforge.net for more info.