1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-25 06:17:33 +00:00

docs: add package-info.java for activitydiagram3

This commit is contained in:
The-Lum 2023-09-26 10:21:13 +02:00 committed by GitHub
parent 7387b14081
commit b19770e228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
/**
* Provides classes used to manage
* <a href="https://plantuml.com/activity-diagram-beta" target="_top">
* Activity Diagram (New Syntax)</a>
*/
package net.sourceforge.plantuml.activitydiagram3;