-
Deprecated ClassesClassDescriptionFramework fragments are deprecated in Android P; prefer
dagger.android.support.DaggerDialogFragmentto use a support-library-friendlydagger.androiddialog fragment implementation.Framework fragments are deprecated in Android P; preferdagger.android.support.DaggerFragmentto use a support-library-friendlydagger.androidfragment implementation.
-
Deprecated MethodsMethodDescriptionThis 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().
-
Deprecated ConstructorsConstructorDescriptionThis 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.Factorynow that components can havefactoriesinstead of builders