In Java I can do the following:

MyObject.Builder builder = MyObject.newBuilder();
builder.setXXX(...);
builder.setYYY(...);
MyObject obj = builder.build();

I would like to perform these tasks in Spring so that I can inject an 
instance into another class.  What is the easiest way to perform this task 
using XML?

Thanks,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to