com.github.datalking.common.env.PropertySources Maven / Gradle / Ivy
package com.github.datalking.common.env;
/**
* PropertySource的容器
*
* @author yaoo on 5/28/18
*/
public interface PropertySources extends Iterable> {
boolean contains(String name);
PropertySource> get(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy