package builder; public class DispatcherTestOne003 { public String foo(int i) { return Integer.toString(i); } }