summaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/config/subscription/ConfigSource.java
blob: 886d8994d158effb488f0c5f937d7e15bf90327f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 Yahoo Holdings. 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 vegardh
 * @since 5.1
 *
 */
public interface ConfigSource {

}