Home
last modified time | relevance | path

Searched refs:SingletonAndCustomScoped (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DScopesTest.java390 injector.getInstance(SingletonAndCustomScoped.class); in testDuplicateScopeAnnotations()
395 "while locating " + SingletonAndCustomScoped.class.getName()); in testDuplicateScopeAnnotations()
495 static class SingletonAndCustomScoped {} class in ScopesTest