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

org.openfact.provider.ConfiguredProvider Maven / Gradle / Ivy

package org.openfact.provider;

import java.util.List;

public interface ConfiguredProvider {
    String getHelpText();

    List getConfigProperties();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy