com.icthh.xm.commons.config.client.api.refreshable.ConfigWithKey Maven / Gradle / Ivy
package com.icthh.xm.commons.config.client.api.refreshable;
public interface ConfigWithKey {
String getKey();
}
package com.icthh.xm.commons.config.client.api.refreshable;
public interface ConfigWithKey {
String getKey();
}