summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/package-info.java
blob: ea01137d9afd539d7a08af59abe06f43464c7e5d (plain) (blame)
1
2
3
4
5
6
7
// Copyright Yahoo. 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 of the
 * clusters. Not a public API, not meant for direct use.
 */
@com.yahoo.api.annotations.PackageMarker
package com.yahoo.vespa.http.server;