All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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