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

/**
 * A model imported from Vespa ranking expressions
 */
@ExportPackage
package ai.vespa.rankingexpression.importer.vespa;

import com.yahoo.osgi.annotation.ExportPackage;