@CheckReturnValue @Beta
See: Description
Class | Description |
---|---|
Key | |
Key.Builder |
A builder for
Key s. |
Key.MultibindingContributionIdentifier |
An object that identifies a multibinding contribution method and the module class that
contributes it to the graph.
|
Scope |
A representation of a
Scope . |
Enum | Description |
---|---|
RequestKind |
Represents the different kinds of
types that may be
requested as dependencies for the same key. |
Unless otherwise specified, the types/interfaces are only intended to be implemented in this
package (i.e. via @AutoValue
) or by Dagger's processor. This applies to test code as
well, so if you need a fake, please file a feature request instead of implementing it yourself.
Copyright © 2012–2017 The Dagger Authors. All rights reserved.