Package | Description |
---|---|
dagger.producers |
This package contains the public API for Dagger 2's producer functionality.
|
Modifier and Type | Method and Description |
---|---|
static CancellationPolicy.Propagation |
CancellationPolicy.Propagation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CancellationPolicy.Propagation[] |
CancellationPolicy.Propagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|