summaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ModelState.java
blob: 10153ca07df34a8dcc9f9841814aefcc1e26a23a (plain) (blame)
1
2
3
4
5
6
7
8
9
// 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;

/**
 * @author lulf
 */
public interface ModelState {
    Model getModel();
}