aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-zone-api/src/main/java/ai/vespa/cloud/package-info.java
blob: 259a2bda258cd6b3418ca55bc362ac705d9cd186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Verizon Media. 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;