@CheckReturnValue
| Interface | Description | 
|---|---|
| HasSupportFragmentInjector | 
 Provides an  
AndroidInjector of Fragments. | 
| Class | Description | 
|---|---|
| AndroidSupportInjection | 
 Injects core Android types from support libraries. 
 | 
| AndroidSupportInjectionModule | 
 Configures bindings to ensure the usability of  
dagger.android and dagger.android.support framework classes. | 
| 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 Activitys, framework fragments, support fragments, Services, BroadcastReceivers, and ContentProviders 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. | 
| Annotation Type | Description | 
|---|---|
| FragmentKey | 
Copyright © 2012–2017 The Dagger Authors. All rights reserved.