aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/network/rpc/package-info.java
blob: faf5ca2c444efeb6338d88d5a680dce73a0885ec (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 contains an RPC implementation of the Network interface declared in the com.yahoo.messagebus.network package.
 */
@ExportPackage
package com.yahoo.messagebus.network.rpc;

import com.yahoo.osgi.annotation.ExportPackage;