sub Builder
abstract fun subBuilder(allowOverride: Boolean = false, silentOverride: Boolean = false): DIContainer.Builder
Content copied to clipboard
Creates a sub builder that will register its bindings to the same map.
Parameters
allowOverride
Whether or not the bindings defined by this builder or its imports are allowed to explicitly override existing bindings.
silentOverride
Whether or not the bindings defined by this builder or its imports are allowed to silently override existing bindings.