| Package | Description | 
|---|---|
| dagger.producers | 
 This package contains the public API for Dagger 2's producer functionality. 
 | 
| Class and Description | 
|---|
| CancellationPolicy.Propagation
 Enumeration of the options for what happens to a parent component when one of its child
 components is cancelled. 
 | 
| Produced
 An interface that represents the result of a production of type  
T,
 or an exception that was thrown during that production. | 
| Producer
 An interface that represents the production of a type  
T. |