/** *

Interface for answers. * * @author Daniel Gilliland * @author Mitchell Rosen */ package question; public interface Answer { }