OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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