Interface PropertySources

All Superinterfaces:
Iterable<PropertySource<?>>
All Known Implementing Classes:
MutablePropertySources

public interface PropertySources extends Iterable<PropertySource<?>>
Holder containing one or more PropertySource objects.
Since:
3.1
Author:
Chris Beams, Juergen Hoeller
See Also: