package org.springsource.restbucks.training.order; /** * @author Oliver Gierke */ public enum Milk { WHOLE, SEMI; }