summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/package-info.java
blob: fdb1a2068a4934d58896c98d5e6a7eae6e102414 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * The main classes of the Vespa Query Result Server. As an external API, this is <b>deprecated</b> starting with Vespa 4.2
 */
@ExportPackage
package com.yahoo.prelude;

import com.yahoo.osgi.annotation.ExportPackage;