summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/network/package-info.java
blob: 401a179748cb135495eaf7e934b1725f3a3f88fe (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * This package declares the API of the network layer required by the message bus.
 */
@ExportPackage
package com.yahoo.messagebus.network;

import com.yahoo.osgi.annotation.ExportPackage;