aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigModelPlugin.java
blob: 7f9c1fb3fb6986dc35fb25999d006dc13758032b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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 Ulf Lilleengen
 */
public interface ConfigModelPlugin {
}