blob: c945f0829035e4c39b21e397d1c6461f6106d2de [file] [log] [blame]
package test.guice;
public interface ISingleton {
void doSomething();
}