public static final class Key.MultibindingContributionIdentifier
extends java.lang.Object
Key.multibindingContributionIdentifier()| Constructor and Description | 
|---|
MultibindingContributionIdentifier(javax.lang.model.element.ExecutableElement bindingMethod,
                                  javax.lang.model.element.TypeElement contributingModule)
Deprecated. 
 
This is only meant to be called from code in  
dagger.internal.codegen.
 It is not part of a specified API and may change at any point. | 
MultibindingContributionIdentifier(java.lang.String bindingElement,
                                  java.lang.String module)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
bindingElement()
Deprecated. 
 
This is only meant to be called from code in  
dagger.internal.codegen.
 It is not part of a specified API and may change at any point. | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
java.lang.String | 
module()
Deprecated. 
 
This is only meant to be called from code in  
dagger.internal.codegen.
 It is not part of a specified API and may change at any point. | 
java.lang.String | 
toString() | 
@Deprecated
public MultibindingContributionIdentifier(javax.lang.model.element.ExecutableElement bindingMethod,
                                                      javax.lang.model.element.TypeElement contributingModule)
dagger.internal.codegen.
 It is not part of a specified API and may change at any point.@Deprecated
public MultibindingContributionIdentifier(java.lang.String bindingElement,
                                                      java.lang.String module)
@Deprecated public java.lang.String module()
dagger.internal.codegen.
 It is not part of a specified API and may change at any point.@Deprecated public java.lang.String bindingElement()
dagger.internal.codegen.
 It is not part of a specified API and may change at any point.public java.lang.String toString()
The returned string is human-readable and distinguishes the keys in the same way as the whole object.
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object