596061626364656667686970
@Override protected void configure() { CliParser p = new CliParser(); p.depfile = depFile; Util util = new SuperNannyUtil(); util.setRoot(new File(root)); bind(CliParser.class).toInstance(p); bind(Util.class).toInstance(util); } });