We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39db90c commit 62561edCopy full SHA for 62561ed
README.md
@@ -29,6 +29,8 @@
29
30
[Factory Method (工厂方法)](https://github.com/JamesZBL/java_design_patterns/tree/master/factory-method)
31
32
+[Prototype (原型模式)](https://github.com/JamesZBL/java_design_patterns/tree/master/prototype)
33
+
34
### 结构型模式
35
36
[Adapter (适配器)](https://github.com/JamesZBL/java_design_patterns/tree/master/adapter)
0 commit comments