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.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.DispatchingAndroidInjector of Fragments.fragment if an associated AndroidInjector.Factory
implementation can be found, otherwise throws an IllegalArgumentException.DispatchingAndroidInjector of Fragments.Copyright © 2012���2017 The Dagger Authors. All rights reserved.