News

This idea is also covered in A Java Builder Pattern, Effective Java Reloaded: ... (AvoidingNullPointerExamples.java:239) at dustin.examples.AvoidingNullPointerExamples.main ...
In the Second Edition of Effective Java, Josh Bloch introduces use of the builder pattern in Item #2 for dealing with constructors that require too many parameters.