I would like to know
why we need to add
injects = {
FirstFragment.class,
DownloadManager.class,
BookRefreshTask.class
}
in application class or module class.
as we injecting the fragment and activity using graph.inject(this)
method