This repository has been archived on 2022-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
undo-redo/core/src/main/java/dev/kske/undoredo/package-info.java

9 lines
191 B
Java

/**
* Contains the public API and implementation of the Undo-Redo library.
*
* @author Maximilian Käfer
* @author Kai S. K. Engelbart
* @since 0.0.1
*/
package dev.kske.undoredo;