In an attempt to improve PlantUML documentation...
Wiki Toc Recent changes View page history Add new chapter Reorder page Raw
New DocletA new enhanced doclet (written by Gerald Boersma) is now available. It has much more option than the legacy previous one. You will find detailed instructions here. | ||
UMLDocletAn open source doclet is now available on github.. It's also available in Maven central for easy inclusion in any java projects. Usage:
| ||
Old legacy docletYou can generate a PlantUML description for UML-class diagram out of Java-source. Only public fields and methods will be exported. The jar for the doclet is available here: plantUmlDoclet.jar The association are based only on field declaration and Javadoc-Tags in methods. There are following Javadoc-Tags to describe associations, according to UMLGraph:
| ||
Ant-Script example
| ||
Image example![]() | ||
Source example
| ||