aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/package-info.java
blob: c5ca6ead2cc48483ad066abf7fac903b8980732b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * The config models view of imported models. This API cannot be changed without taking earlier config models
 * into account, not even on major versions.
 */
@ExportPackage
package ai.vespa.rankingexpression.importer.configmodelview;

import com.yahoo.osgi.annotation.ExportPackage;