package rod; class TestCommand extends TerminalCommand { public TestCommand(final Builder<?> builder) { super(builder); } }