summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/routing/package-info.java
blob: 00cb21c769fefa80563935022abcce48cad6fef5 (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;