sub Builder
abstract fun subBuilder(allowOverride: Boolean = false, silentOverride: Boolean = false): DIContainer.Builder
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.