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
Post a Comment