oliviercoma / fluent-builders-generator-eclipse-plugin

Automatically exported from code.google.com/p/fluent-builders-generator-eclipse-plugin
0 stars 0 forks source link

Support immutable objects builder generation #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be very helpful if the plugin supported immutable objects.

Original issue reported on code.google.com by wojciech...@gmail.com on 8 Jun 2010 at 11:21

GoogleCodeExporter commented 8 years ago
Well, 
I don't think it's the good way to do it, especially that, the immutable 
objects are built by the constructors, so one can do:

MutableBuilder.mutable().withImmutable(new Immutable(....)).build();

of course we're still open on arguments

Original comment by kube...@gmail.com on 14 Jun 2010 at 4:09