package test.DependencyInjection.guice; public class TOImp implements TO<String> { public String start(){ return null; } }