Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-09 20:44:21 +03:00
parent ce5700c1b7
commit 959a1f63ba

View File

@ -1,4 +1,10 @@
java-design-patterns
====================
Design patterns in Java
Design pattern samples in Java.
Abstract Factory
================
Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.