summaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigModelPlugin.java
blob: 3cebcb6e71b750d3abe86f40f3ec5c9ca21dcf2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config.model.api;

/**
 * Interface of config model plugins.
 *
 * @author lulf
 */
public interface ConfigModelPlugin {
}