aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/package-info.java
blob: ae03523264641ad7f6bc2f3e2c1c42af72542161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * This package contains the main API of the message bus. The typical user will instantiate
 * {@link com.yahoo.messagebus.RPCMessageBus}.
 */
@ExportPackage
@PublicApi
package com.yahoo.messagebus;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;