summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/routing/package-info.java
blob: bedb9d96f26ee7a79952500317596489212371f8 (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 all classes and interfaces that concern routing over message bus.
 */
@ExportPackage
package com.yahoo.messagebus.routing;

import com.yahoo.osgi.annotation.ExportPackage;