What is most common way to embed UML into Java code? -


i'm trying add uml sequence , class diagrams java code, in order explain internals , design concepts. these diagrams specified in javadoc blocks , converted png/gif images attached api html.

what tool can use automation of process (i'm using maven 3)?

uml diagrams within javadocs: article shows how easy , simple include uml diagrams within javadoc , keep them updated every change in source code repository.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -