@CheckReturnValue
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. |
DaggerAppCompatDialogFragment |
An
AppCompatDialogFragment that injects its members in DaggerAppCompatDialogFragment.onAttach(Context) and can
be used to inject child 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. |
DaggerDialogFragment |
A
DialogFragment that injects its members in DaggerDialogFragment.onAttach(Context) and can be used
to inject child Fragment 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 | Deprecated
Use
ClassKey instead. |