Is there a way to embed images into my JavaDoc? Basically i want to include some UML diagrams explaining the hierarchy of my classes in some of the documentation.
Thank
Yes.
The documentation explains how to embed arbitrary images to javadoc documentation.
If you want to generate UML class diagrams from your Java source, have a look at the UMLGraph doclet.