Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DModuleSubcomponentsInterop.java29 ProductionChild.Builder productionChild(); in productionChild()
32 @Module(subcomponents = ProductionChild.class)
36 interface ProductionChild { interface in ModuleSubcomponentsInterop
39 ProductionChild build(); in build()