public static final class Key.MultibindingContributionIdentifier extends Object
Key.multibindingContributionIdentifier()
Constructor and Description |
---|
MultibindingContributionIdentifier(ExecutableElement bindingMethod,
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. |
@Deprecated public MultibindingContributionIdentifier(ExecutableElement bindingMethod, TypeElement contributingModule)
dagger.internal.codegen
.
It is not part of a specified API and may change at any point.public String toString()
The returned string is human-readable and distinguishes the keys in the same way as the whole object.
Copyright © 2012–2017 The Dagger Authors. All rights reserved.