aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/parser/package-info.java
blob: 782af308cf0874c916c9719ef01f9a63ef46d568 (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.
/**
 * Ranking expression parser
 */
@ExportPackage
@PublicApi
package com.yahoo.searchlib.rankingexpression.parser;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;