aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/package-info.java
blob: f71614569c9e1028c366c6a52158c4860ce0e08f (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Server side of programmatic API for feeding into Vespa from outside the
 * clusters. Not a public API, not meant for direct use.
 */
@com.yahoo.api.annotations.PackageMarker
package com.yahoo.vespa.http.server;