aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql/package-info.java
blob: d088207224170ecf3bf9bd2842f3a580e5c33bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * YQL+ integration.
 *
 * <p>Not a public API.</p>
 */
@ExportPackage
package com.yahoo.search.yql;

import com.yahoo.osgi.annotation.ExportPackage;