-
ClassDescriptionFramework fragments are deprecated in Android P; prefer
dagger.android.support.DaggerDialogFragment
to use a support-library-friendlydagger.android
dialog fragment implementation.Framework fragments are deprecated in Android P; preferdagger.android.support.DaggerFragment
to use a support-library-friendlydagger.android
fragment implementation.
-
MethodDescriptionThis always returns
Optional.of(this)
.useBindingGraph.isFullBindingGraph()
to tell if this is a full binding graph, orrootComponentNode().isRealComponent()
to tell if the root component node is really a component or derived from a module. Dagger can generate full binding graphs for components and subcomponents as well as modules.userootComponentNode().isSubcomponent()
insteadThis always returnsOptional.empty()
.This is only meant to be called from code indagger.internal.codegen
. It is not part of a specified API and may change at any point.This is only meant to be called from code indagger.internal.codegen
. It is not part of a specified API and may change at any point.This always returnsOptional.of(this)
.useBindingGraph.isFullBindingGraph()
to tell if this is a full binding graph, orrootComponentNode().isRealComponent()
to tell if the root component node is really a component or derived from a module. Dagger can generate full binding graphs for components and subcomponents as well as modules.userootComponentNode().isSubcomponent()
insteadThis always returnsOptional.empty()
.
-
ConstructorDescriptionThis is only meant to be called from code in
dagger.internal.codegen
. It is not part of a specified API and may change at any point.
AndroidInjector.Factory
now that components can havefactories
instead of builders