/** * Copyright (C) 2009-2017 Lightbend Inc. */ package jdocs.dispatcher; //#mailbox-implementation-example // Marker interface used for mailbox requirements mapping public interface MyUnboundedMessageQueueSemantics { } //#mailbox-implementation-example