aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/config/subscription/package-info.java
blob: bda7649d18438d219d7a966fbe12b21c18c71f6f (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.
@ExportPackage
/**
 * Classes for subscribing to Vespa config.
 */
package com.yahoo.config.subscription;

import com.yahoo.osgi.annotation.ExportPackage;