aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi/src/main/java/com/yahoo
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-01-12 08:13:35 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-01-12 08:13:35 +0100
commite0258d02c2830f5b95b7c5b9efd05f8f16b6cf00 (patch)
tree4d3038d37df327161350ecd027936c933375fb02 /orchestrator-restapi/src/main/java/com/yahoo
parent14666cbe555006bfe675cbe0052474c644235267 (diff)
Export API package
Diffstat (limited to 'orchestrator-restapi/src/main/java/com/yahoo')
-rw-r--r--orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java
new file mode 100644
index 00000000000..72da3faa44f
--- /dev/null
+++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java
@@ -0,0 +1,7 @@
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+@PublicApi
+package com.yahoo.vespa.orchestrator.restapi;
+
+import com.yahoo.api.annotations.PublicApi;
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file