1 package test.guice;
2 
3 public interface ISingleton {
4 
doSomething()5   void doSomething();
6 }
7