MCPcopy Index your code
hub / github.com/google/dagger / multibindingContributionIdentifier

Method multibindingContributionIdentifier

java/dagger/model/Key.java:84–84  ·  view source on GitHub ↗

Distinguishes keys for multibinding contributions that share a #type() and #qualifier(). Each multibound map and set has a synthetic multibinding that depends on the specific contributions to that map or set using keys that identify those multibinding contributions. Absent ex

()

Source from the content-addressed store, hash-verified

82 * <p>Absent except for multibinding contributions.
83 */
84 public abstract Optional<MultibindingContributionIdentifier> multibindingContributionIdentifier();
85
86 /** Returns a {@link Builder} that inherits the properties of this key. */
87 public abstract Builder toBuilder();

Calls

no outgoing calls

Tested by 2