News

This idea is also covered in A Java Builder Pattern, Effective Java Reloaded: This Time It’s For Real, and the Java Specialists’ Book Review. Calls String.equals (String) on ‘Safe’ Non ...
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.