package test.DependencyInjection.guice; public interface TO<T> { T start(); }