Procházet zdrojové kódy

Small improvement of package documentation

peter_backlund před 18 roky
rodič
revize
4ca6c8b373

+ 9
- 1
dddsample/src/main/java/se/citerus/dddsample/domain/package.html Zobrazit soubor

@@ -1,7 +1,15 @@
1 1
 <html>
2 2
 <body>
3 3
 <p>
4
-  The domain model, services and repository interfaces.
4
+  The domain model, services and repository interfaces. This is the central part of the
5
+  application.
6
+</p>
7
+<p>
8
+  The ubiquitous language is used in classes, interfaces and method signatures,
9
+  and every concept in here is familiar to a expert in the cargo shiping domain.
10
+</p>
11
+<p>
12
+  There is no infrastructure or user interface related code here.  
5 13
 </p>
6 14
 </body>
7 15
 </html>