aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/main/java/com/yahoo/application/container/package-info.java
blob: c9b99e784499ff17caaf5d83a6f5be3d3dd539b2 (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 interacting with a locally instantiated jDisc container.
 */
@ExportPackage
@PublicApi
package com.yahoo.application.container;

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