Merge branch 'add-delegation-pattern'

* add-delegation-pattern:
  Add java documentation #324
  Populate the index.md for the delegate module #324
  Move App.java to correct Package #324
  Move App.java to correct Package #324
  Generic For AbstractPrinterController #324
  Generate UML for delegation pattern
  Add simple tests for delegate pattern #324
  Make AppTest.java match other patterns and update AppTest.java to match other patterns #324
  3am Code is starting to show. Get this build working. #324
  Created a unit test for build, added junit to pom for delegation maven module. #324
  Add template index.md for population later #324
  Added skeleton code for delegation pattern #324
  Create maven module for delegation pattern #324
This commit is contained in:
Joseph McCarthy
2015-12-28 20:01:14 +00:00
14 changed files with 402 additions and 0 deletions

View File

@ -88,6 +88,7 @@
<module>reactor</module>
<module>caching</module>
<module>publish-subscribe</module>
<module>delegation</module>
</modules>
<dependencyManagement>