aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/network/package-info.java
blob: d80aff0b99318564615fdfd46c1a2de39c71a1ed (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. 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;