Uses of Enum Class
dagger.model.BindingKind
Packages that use BindingKind
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of BindingKind in dagger.model
Methods in dagger.model that return BindingKindModifier and TypeMethodDescriptionBinding.kind()
The kind of binding this instance represents.static BindingKind
Returns the enum constant of this class with the specified name.static BindingKind[]
BindingKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.