package uebung05.logistics.quantities; /** * @author Nikolaus Köberlein */ public interface IntUnit extends Unit { }