Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DScopesTest.java317 install(new InnerDeprecatedModule()); in configure()
320 static class InnerDeprecatedModule extends AbstractModule { class in ScopesTest
332 "at " + InnerDeprecatedModule.class.getName() + getDeclaringSourcePart(getClass()), in testBindScopeToAnnotationWithoutScopeAnnotation()
333 asModuleChain(OuterDeprecatedModule.class, InnerDeprecatedModule.class)); in testBindScopeToAnnotationWithoutScopeAnnotation()