Kaynağa Gözat

Improved documentation

peter_backlund 17 yıl önce
ebeveyn
işleme
dc89bc5e2f

+ 4
- 2
dddsample/src/main/java/se/citerus/dddsample/application/HandlingEventRegistrationAttempt.java Dosyayı Görüntüle

@@ -9,9 +9,11 @@ import java.io.Serializable;
9 9
 import java.util.Date;
10 10
 
11 11
 /**
12
- * This is a simple data holder for passing incoming handling event
12
+ * This is a simple transfer object for passing incoming handling event
13 13
  * registration attempts to proper the registration procedure.
14
- *  
14
+ *
15
+ * It is used as a message queue element. 
16
+ *
15 17
  */
16 18
 public final class HandlingEventRegistrationAttempt implements Serializable {
17 19