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

com.manywho.sdk.services.config.ServiceConfiguration Maven / Gradle / Ivy

package com.manywho.sdk.services.config;

public interface ServiceConfiguration {
    String get(String key);
    boolean has(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy