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

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

import com.yahoo.osgi.annotation.ExportPackage;