aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/main/java/com/yahoo/application/package-info.java
blob: a34a4fa55abf6a62c1479e002df3d4dbec0029a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * This package provides an API for building Vespa or jDisc applications programmatically or from
 * an application package source, and instantiating those applications inside the current Java runtime.
 * Currently only a single jDisc cluster and no content clusters are supported.
 */
@ExportPackage
@PublicApi
package com.yahoo.application;

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