@CheckReturnValue
| Class | Description | 
|---|---|
| AndroidSupportInjection | 
 Injects core Android types from support libraries. 
 | 
| AndroidSupportInjectionModule | 
 This module no longer provides any value beyond what is provided in  
AndroidInjectionModule and is just an alias. | 
| DaggerAppCompatActivity | 
 An  
AppCompatActivity that injects its members in DaggerAppCompatActivity.onCreate(Bundle) and can be
 used to inject Fragments attached to it. | 
| DaggerAppCompatDialogFragment | 
 An  
AppCompatDialogFragment that injects its members in DaggerAppCompatDialogFragment.onAttach(Context) and can
 be used to inject child Fragments attached to it. | 
| DaggerApplication | 
 An  
Application that injects its members and can be used to inject classes that the
 Android framework instantiates. | 
| DaggerDialogFragment | 
 A  
DialogFragment that injects its members in DaggerDialogFragment.onAttach(Context) and can be used
 to inject child Fragments attached to it. | 
| DaggerFragment | 
 A  
Fragment that injects its members in DaggerFragment.onAttach(Context) and can be used to
 inject child Fragments attached to it. |