/** * Copyright (C) 2009-2014 Typesafe Inc. */ package docs.dispatcher; //#mailbox-implementation-example // Marker interface used for mailbox requirements mapping public interface MyUnboundedJMessageQueueSemantics { } //#mailbox-implementation-example