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

io.atleon.util.Configurable Maven / Gradle / Ivy

package io.atleon.util;

import java.util.Map;

/**
 * A class that can be configured after instantiation. A class that implements this interface is
 * expected to have a constructor with no parameter.
 */
public interface Configurable {

    void configure(Map properties);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy