/** * */ package uk.org.ury.frontend.testrig; /** * Interface for entry points into the frontend. * * @author Matt Windsor */ public interface Launcher { public String DEFAULT_MODULE_NAME = "menu.DemoMenu"; }