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