public class Env extends Object implements Serializable
Constructor and Description |
---|
Env() |
Env(Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
void |
bind(String name,
Object obj) |
Object |
get(String name) |
static Class |
lookupAnnotationKey(Env env,
String name) |
void |
unbind(String name) |