| Interface | Description |
|---|---|
| HasDispatchingSupportFragmentInjector |
Provides a
DispatchingAndroidInjector 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. |
| 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 |
MapKey annotation to key bindings by a type of a Fragment. |
Copyright © 2012���2017 The Dagger Authors. All rights reserved.