public class Car {
public static class Builder {
...
Java Fluent Builder
by Jeremy Weiskotten,
December 24, 2007 02:56,
2 refactorings, tagged with java, fluent interface, builder
public class Car {
public static class Builder {
...
Here's an example of the Bu...