Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DKeyFactory.java133 return forBindingMethod( in forProvidesMethod()
138 return forBindingMethod( in forProducesMethod()
145 return forBindingMethod(method, contributingModule, Optional.empty()); in forBindsMethod()
151 return forBindingMethod(method, contributingModule, Optional.empty()); in forBindsOptionalOfMethod()
154 private Key forBindingMethod( in forBindingMethod() method in KeyFactory