}
JDocComment doc = method.javadoc();
// remove existing method and define new one
dc.methods().remove(method);
int mods = method.mods().getValue();
mtype = mtype.unboxify();
method = dc.method(mods, method.type(), setterName);
method.javadoc().append(doc);
method.param(mtype, "value");