Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DDelegateDeclaration.java74 ExecutableElement bindsMethod, TypeElement contributingModule) { in create() argument
75 checkArgument(MoreElements.isAnnotationPresent(bindsMethod, Binds.class)); in create()
78 types.asMemberOf(MoreTypes.asDeclared(contributingModule.asType()), bindsMethod)); in create()
81 Iterables.getOnlyElement(bindsMethod.getParameters()), in create()
84 ContributionType.fromBindingElement(bindsMethod), in create()
85 keyFactory.forBindsMethod(bindsMethod, contributingModule), in create()
86 Optional.<Element>of(bindsMethod), in create()
89 wrapOptionalInEquivalence(getMapKey(bindsMethod))); in create()