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