mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
AbstractEnvironment delegates to an underlying ConfigurationService when processing methods such as getProperty(String name, Class<?> targetType) Accessor methods have been added to the ConfigurableEnvironment interface that allow this service to be updated or replaced.