aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/main/java/com/yahoo/application/container/handler/package-info.java
blob: 8b58fb66051b6f0224e1544475f898c4b406a2d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * API for passing requests and inspecting responses to a locally instantiated container.
 */
@ExportPackage
@PublicApi
package com.yahoo.application.container.handler;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;