java2yuml is a Chrome Extensions for Java source code and JavaDoc visualization using yUML```java2yuml is made based on java2class. ```
How to use
1.Turn on the java2class extension
2. View the JavaDoc on Web browser
3. It will read the information and show them as a Class in Class Diagram so you will understand the role and scale of the Classes
Also, it can analyzes the Java source code and show the class description as the same way as it does for JavaDoc when you see the repositories.
[Current Supported Repository]
GitHub
Google Code Hosting
Bitbucket
Japarser API is used for parsing the Java Source code.
http://japarser.appspot.com/