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