Codavaj is javadoc in reverse. In other words it is a seemingly useless tool to transform javadoc HTML into
java source file skeletons, or a reflection api-like internal representation. The tool can potentially be used to un-obfuscate java bytecode - more on homepage.
New features include
- handle 1.5 Enums
- handle java 1.6 language constructs, notably Generics and Annotations
-...