package samples.coffeemachine; /** * @author <a href="http://twitter.com/aloyer">@aloyer</a> */ public interface DrinkMaker { void executeCommand(String command); }