Searched refs:bindsMethod (Results 1 – 1 of 1) sorted by relevance
67 public DelegateDeclaration create(XMethodElement bindsMethod, XTypeElement contributingModule) { in create() argument68 checkArgument(bindsMethod.hasAnnotation(TypeNames.BINDS)); in create()69 XMethodType resolvedMethod = bindsMethod.asMemberOf(contributingModule.getType()); in create()72 Iterables.getOnlyElement(bindsMethod.getParameters()), in create()75 ContributionType.fromBindingElement(bindsMethod), in create()76 keyFactory.forBindsMethod(bindsMethod, contributingModule), in create()77 Optional.<XElement>of(bindsMethod), in create()80 getMapKey(bindsMethod).map(DaggerAnnotation::from)); in create()