Added Lazy Loading idiom.

This commit is contained in:
Ilkka Seppala
2015-04-10 20:24:16 +03:00
parent 484e1ddfca
commit 33566805ee
11 changed files with 246 additions and 2 deletions

View File

@ -45,7 +45,8 @@
<module>property</module>
<module>intercepting-filter</module>
<module>poison-pill</module>
</modules>
<module>lazy-loading</module>
</modules>
<dependencyManagement>
<dependencies>
@ -73,4 +74,4 @@
</plugins>
</build>
</project>
</project>