
net.unit8.moshas.context.VariableScope Maven / Gradle / Ivy
The newest version!
package net.unit8.moshas.context;
/**
* @author kawasima
*/
public interface VariableScope {
String name();
Object get(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy