codavaj - javadoc in reverse News
Status: Alpha
Brought to you by:
klp
Codavaj is a seemingly useless reverse engineering tool to transform HTML javadoc into
java source file skeletons, or a reflection api-like internal representation.
New features in 1.1.0 include the ability to resolve Class names to externally linked javadocs.
Links to Sun's reference apis are resolved automatically ( i.e. http://java.sun.com/j2se/X/docs/api/ ). Any other external links will need to be given as extra parameters for the codavaj command.
Significant extentions to the reflection-like API to represent Packages and link Types to their respective Packages and back, and also represent package heirarchy.