aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/package-info.java
blob: 19b66c81c81582fbde4d3a1143c0e20e5c048706 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. 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;