javax0.jamal.api.ScriptMacro 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;
/**
* Script defined macros. Script defined macros have an identifier and are evaluable.
*/
public interface ScriptMacro extends Identified, Evaluable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy