1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00
plantuml/src/net/sourceforge/plantuml/code/package-info.java
The-Lum 3a095fd7cb docs: add package-info.java and readme.md
(for `dedication` to `png`)
2023-11-02 20:38:00 +00:00

10 lines
238 B
Java

/**
* Provides classes used to manage Coding and Compression.
*
* @see net.sourceforge.plantuml.brotli
* @see net.sourceforge.plantuml.code.deflate
* @see net.sourceforge.plantuml.zopfli
*
*/
package net.sourceforge.plantuml.code;