aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-zone-api/src/main/java/ai/vespa/cloud/package-info.java
blob: 1adc023ed7ac22f125effa70129d4b62476b2819 (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.
/**
 * Public API to the Vespa cloud, available when this container runs in a cloud.
 */
@ExportPackage
@PublicApi
package ai.vespa.cloud;

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