Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryModuleBuilderTest.java218 .build(AnnotatedVersatileCarFactory.class)); in testAnnotatedAndParentBoundReturnValue()
222 AnnotatedVersatileCarFactory factory = injector.getInstance(AnnotatedVersatileCarFactory.class); in testAnnotatedAndParentBoundReturnValue()
257 .build(AnnotatedVersatileCarFactory.class)); in testConfigureAnnotatedReturnValue()
261 AnnotatedVersatileCarFactory factory = injector.getInstance(AnnotatedVersatileCarFactory.class); in testConfigureAnnotatedReturnValue()
425 interface AnnotatedVersatileCarFactory { interface in FactoryModuleBuilderTest