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