1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 02:40:52 +00:00
plantuml/src/net/sourceforge/plantuml/sequencediagram/package-info.java
The-Lum c885afd3d2 docs: add package-info.java and readme.md
(for `png` to `zopfli`)

Todo or remaining directory:
- api
- compositediagram
- core
- decoration
- flowdiagram
- golem
- klimt
- mda
- text
- utils
- webp
2023-11-09 20:11:23 +00:00

16 lines
536 B
Java

/**
* Provides classes used to manage
* <a href="https://plantuml.com/sequence-diagram" target="_top">
* Sequence Diagram</a>.
*
* <p>
* There are <a href="https://plantuml.com/teoz" target="_top">2 architectures</a>:
* <ol>
* <li>{@link net.sourceforge.plantuml.sequencediagram.puma} <i>(the current)</i></li>
* <li>{@link net.sourceforge.plantuml.sequencediagram.teoz} <i>(the new)<br/>
* Can be activated using <code>!pragma teoz true</code></i></li>
* </ol>
* </p>
*/
package net.sourceforge.plantuml.sequencediagram;