Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DScopesTest.java294 install(new InnerRuntimeModule()); in configure()
297 static class InnerRuntimeModule extends AbstractModule { class in ScopesTest
310 "at " + InnerRuntimeModule.class.getName() + getDeclaringSourcePart(getClass()), in testScopeAnnotationWithoutRuntimeRetention()
311 asModuleChain(OuterRuntimeModule.class, InnerRuntimeModule.class)); in testScopeAnnotationWithoutRuntimeRetention()