package dev.kske.undoredo; /** * @author Kai S. K. Engelbart * @since 0.0.1 */ class IntWrapper { int value; }