summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql/package-info.java
blob: 79cf983e471b02636b1948ec1f6fc96b7a3e5f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2016 Yahoo Inc. 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;