qunar.tc.qconfig.common.bean.Profileable Maven / Gradle / Ivy
The newest version!
package qunar.tc.qconfig.common.bean;
public interface Profileable {
String getProfile();
void setProfile(String profile);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy