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

/**
 * A type of source of config
 *
 * @author Vegard Havdal
 */
public interface ConfigSource {

}