Skip to content

Commit 160b737

Browse files
committed
Add another real world example for Builder
1 parent f04fc3c commit 160b737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Use the Builder pattern when
126126
* [java.lang.StringBuffer](http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuffer.html#append-boolean-)
127127
* All implementations of [java.lang.Appendable](http://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html)
128128
* [Apache Camel builders](https://github.com/apache/camel/tree/0e195428ee04531be27a0b659005e3aa8d159d23/camel-core/src/main/java/org/apache/camel/builder)
129+
* [Apache Commons Option.Builder](https://commons.apache.org/proper/commons-cli/apidocs/org/apache/commons/cli/Option.Builder.html)
129130

130131
## Credits
131132

0 commit comments

Comments
 (0)