Package | Description |
---|---|
dagger.model |
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
|
Modifier and Type | Method and Description |
---|---|
abstract Optional<Key.MultibindingContributionIdentifier> |
Key.multibindingContributionIdentifier()
Distinguishes keys for multibinding contributions that share a
Key.type() and Key.qualifier() . |
Modifier and Type | Method and Description |
---|---|
abstract Key.Builder |
Key.Builder.multibindingContributionIdentifier(Key.MultibindingContributionIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
abstract Key.Builder |
Key.Builder.multibindingContributionIdentifier(Optional<Key.MultibindingContributionIdentifier> identifier) |
Copyright © 2012–2017 The Dagger Authors. All rights reserved.