package cruzgtug.example.guice; /** * This is an example interface, which provides an API for saying * hello. * * @author esmiley * */ public interface Hello { public void hello(); }