aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/config/subscription/package-info.java
blob: 7be8ed366a91946fe01e5862de1efe95aed6ece9 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

/** Classes for subscribing to Vespa config. */
@ExportPackage
package com.yahoo.config.subscription;

import com.yahoo.osgi.annotation.ExportPackage;