added flyweight sample

This commit is contained in:
Ilkka Seppala
2014-08-16 19:40:39 +03:00
parent 8725969908
commit 3fcca577f8
12 changed files with 191 additions and 1 deletions

View File

@ -28,6 +28,7 @@
<module>composite</module>
<module>decorator</module>
<module>facade</module>
<module>flyweight</module>
</modules>
<build>
@ -45,4 +46,4 @@
</plugins>
</build>
</project>
</project>