Example usage for org.springframework.core.env PropertySources interface-usage

List of usage examples for org.springframework.core.env PropertySources interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.env PropertySources interface-usage.

Usage

From source file org.springframework.core.env.MutablePropertySources.java

/**
 * Default implementation of the {@link PropertySources} interface.
 * Allows manipulation of contained property sources and provides a constructor
 * for copying an existing {@code PropertySources} instance.
 *
 * <p>Where <em>precedence</em> is mentioned in methods such as {@link #addFirst}