org.brioscia.javaz.expression.EnvContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of h2j Show documentation
Show all versions of h2j Show documentation
very tiny front-end framework
package org.brioscia.javaz.expression;
public interface EnvContext {
public Object get(String name) throws InvokerException;
}