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
Check out this section of the Javadoc documentation, which explains how to embed images in your Javadoc.
Also, here is an article describing how to reverse engineer UML diagrams and embed them in your Javadoc using UMLGraph.