withUserConfiguration

open fun withUserConfiguration(configurationClasses: Array<Class<out Any>>): SELF

Register the specified user configuration classes with the ApplicationContext.

Return

a new instance with the updated configuration

Parameters

configurationClasses

the user configuration classes to add