File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
openmessaging-api/src/main/java/io/openmessaging/annotation Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 21
21
import java .lang .annotation .Retention ;
22
22
import java .lang .annotation .RetentionPolicy ;
23
23
import java .lang .annotation .Target ;
24
+
24
25
/**
25
- * A {@code MessageReceipt} is a {@code Message} with a {@code Receipt}.
26
+ * <p>
27
+ * A {@code Optional} is an annotation to mark some certain methods ,interfaces and etc. this annotation represented
28
+ * these methods or interfaces are not mandatory in OpenMessaging.
29
+ * </p>
30
+ *
31
+ * <p>
32
+ * If these methods or interfaces adopted by more and more vendors and end users, they may be become the mandatory
33
+ * interface in the future. Of course, if they are used very little, they may be removed.
34
+ * </p>
26
35
*
27
36
* @version OMS 1.0.0
28
37
* @since OMS 1.0.0
You can’t perform that action at this time.
0 commit comments