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

/**
 * A provider of services (an entity which has its own top-level tag in the services.xml file).
 *
 * @author bratseth
 */
public interface ServiceProvider {

}