summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-07-07 09:08:55 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-07-07 09:08:55 +0200
commit30c3d5d7cf809a0668b9656052939ed64a1f3795 (patch)
tree909ceae641190944003d6db0ff1eccaadda48c61 /container-core
parent4361b190312467851ab26159040441f0c956a031 (diff)
Export package that was moved
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/restapi/package-info.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/container-core/src/main/java/com/yahoo/restapi/package-info.java b/container-core/src/main/java/com/yahoo/restapi/package-info.java
new file mode 100644
index 00000000000..57e14a6af34
--- /dev/null
+++ b/container-core/src/main/java/com/yahoo/restapi/package-info.java
@@ -0,0 +1,7 @@
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+@PublicApi
+package com.yahoo.restapi;
+
+import com.yahoo.api.annotations.PublicApi;
+import com.yahoo.osgi.annotation.ExportPackage;