summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/network/rpc/package-info.java
blob: f23bd3b16a49523b72c51542a98c646bcf5f75d1 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2016 Yahoo Inc. 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;