Interface | Description |
---|---|
HasSupportFragmentInjector |
Provides an
AndroidInjector of Fragment s. |
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 Fragment s attached to it. |
DaggerApplication |
An
Application that injects its members and can be used to inject Activity s, framework fragments, support fragments, Service s, BroadcastReceiver s, and ContentProvider s attached to it. |
DaggerFragment |
A
Fragment that injects its members in DaggerFragment.onAttach(Context) and can be used to
inject child Fragment s 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.