aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/main/java/com/yahoo/application/container/package-info.java
blob: 41ee94be6eeb94c3ab1395e84e625e73174f2e34 (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 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;