spring-framework / org.springframework.core.env / CompositePropertySource / addFirstPropertySource

addFirstPropertySource

open fun addFirstPropertySource(propertySource: PropertySource<*>): Unit

Add the given PropertySource to the start of the chain.

Parameters

propertySource - the PropertySource to add

Since
4.1