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
allow Override
Whether or not the bindings defined by this builder or its imports are allowed to explicitly override existing bindings.
silent Override
Whether or not the bindings defined by this builder or its imports are allowed to silently override existing bindings.