Merge paradox/scala/mailboxes.md and java/mailboxes.md (#23191)

This commit is contained in:
Yu Nishiyama (a.k.a Richard) 2017-07-06 20:34:33 +09:00 committed by Arnout Engelen
parent 2b2923f1b6
commit 71175eaf54
4 changed files with 87 additions and 297 deletions

View file

@ -4,8 +4,8 @@
package jdocs.dispatcher;
//#mailbox-implementation-example
//#mailbox-marker-interface
// Marker interface used for mailbox requirements mapping
public interface MyUnboundedMessageQueueSemantics {
}
//#mailbox-implementation-example
//#mailbox-marker-interface