Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DModuleDescriptor.java114 private final DelegateDeclaration.Factory bindingDelegateDeclarationFactory; field in ModuleDescriptor.Factory
125 DelegateDeclaration.Factory bindingDelegateDeclarationFactory, in Factory() argument
132 this.bindingDelegateDeclarationFactory = bindingDelegateDeclarationFactory; in Factory()
157 delegates.add(bindingDelegateDeclarationFactory.create(moduleMethod, moduleElement)); in createUncached()