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

javax0.jamal.api.Configurable Maven / Gradle / Ivy

package javax0.jamal.api;

/**
 * Something that is configurable should implement this interface. Currently, the {@link UserDefinedMacro}
 * implementation does only.
 */
public interface Configurable {
    void configure(String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy