aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/package-info.java
blob: 69418d3eb03087e24557fcbef5c84bb6faae1677 (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.
/**
 * 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;