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