HomeSort by relevance Sort by last modified time
    Searched refs:ExampleSingleton (Results 1 - 2 of 2) sorted by null

  /external/testng/src/test/java/test/guice/
ExampleSingleton.java 3 public class ExampleSingleton implements ISingleton {
GuiceExampleModule.java 11 binder.bind(ISingleton.class).to(ExampleSingleton.class).in(Singleton.class);

Completed in 59 milliseconds