Searched refs:ISingleton (Results 1 – 7 of 7) sorted by relevance
12 static ISingleton m_object;15 ISingleton m_singleton;
3 public interface ISingleton { interface
3 public class ExampleSingleton implements ISingleton {
10 ISingleton m_singleton;
12 ISingleton m_singleton;
11 binder.bind(ISingleton.class).to(ExampleSingleton.class).in(Singleton.class); in configure()