-
Deprecated MethodsMethodDescriptionuse
BindingGraph.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.
Optional.of(this).