clone

open override fun clone(cloneName: String, clonePermittedKeys: Set<Key<*>>?): ApplicationContext

Creates a clone of this context with passed cloneName and clonePermittedKeys. While cloning only the permittedKeys will be added

Parameters

cloneName

name of the cloned ApplicationContext

clonePermittedKeys

permittedKeys of the cloned ApplicationContext