Exemplo n.º 1
0
 @Override
 protected void bindFunctions() {
   super.bindFunctions();
   functionBinder.addBinding(ABS_FUNCTION_INFO.ident()).to(AbsFunction.class);
   functionBinder.addBinding(ADD_FUNCTION_INFO.ident()).to(AddTestFunction.class);
 }