Searched refs:bindsMethod (Results 1 – 1 of 1) sorted by relevance
74 ExecutableElement bindsMethod, TypeElement contributingModule) { in create() argument75 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()