summaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigModelPlugin.java
blob: fa97016d2ba0e2b03c8c310b47ed1dda3d2b0f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2017 Yahoo Holdings. 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 {
}