b.addQuoted(ImplMessages.servicePropertyWasNull(propertyName, targetService));
b.addln(");");
b.addln("return property;");
b.end();
MethodSignature sig = new MethodSignature(serviceInterface, "_targetServiceProperty", null,
null);
cf.addMethod(Modifier.FINAL | Modifier.PRIVATE, sig, b.toString());
}