dagger.android and dagger.android.support framework classes.AppCompatActivity that injects its members in DaggerAppCompatActivity.onCreate(Bundle) and can be
used to inject Fragments attached to it.AppCompatDialogFragment that injects its members in DaggerAppCompatDialogFragment.onAttach(Context) and can
be used to inject child Fragments attached to it.Application that injects its members and can be used to inject Activitys, framework fragments, support fragments, Services, BroadcastReceivers, and ContentProviders attached to it.Fragment that injects its members in DaggerFragment.onAttach(Context) and can be used to
inject child Fragments attached to it.MapKey annotation to key bindings by a type of a Fragment.AndroidInjector of Fragments.fragment if an associated AndroidInjector implementation
can be found, otherwise throws an IllegalArgumentException.AndroidInjector of Fragments.Copyright © 2012–2017 The Dagger Authors. All rights reserved.