aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/main/java/com/yahoo/application/container/handler/package-info.java
blob: faeb059c5f8f17f7ff42734fef3bbdc69a0a37c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. 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;