12 lines
283 B
Java
12 lines
283 B
Java
|
|
/**
|
||
|
|
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
package docs.dispatcher;
|
||
|
|
|
||
|
|
//#mailbox-implementation-example
|
||
|
|
// Marker interface used for mailbox requirements mapping
|
||
|
|
public interface MyUnboundedJMessageQueueSemantics {
|
||
|
|
}
|
||
|
|
//#mailbox-implementation-example
|