class AddMethod { private String foo; public java.util.List foo() { return foo + "Bar"; } }