javax0.jamal.api.Configurable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jamal-api Show documentation
Show all versions of jamal-api Show documentation
Jamal macro library API interfaces
package javax0.jamal.api;
/**
* Something that is configurable should implement this interface
*/
public interface Configurable {
void configure(String key, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy