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/module-info.java

12 lines
222 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
*/
module dev.kske.undoredo {
exports dev.kske.undoredo;
}