aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-06-22 09:42:39 +0200
committerHåkon Hallingstad <hakon@oath.com>2018-06-22 09:42:39 +0200
commitde6c275b321f3dc78a761c8dd045a05c198ab28f (patch)
tree3bf5afd1c3e51df3c34f5f077ff0a99d93f522d3
parent47bde30f37a075c664116fc918252573fc472ab7 (diff)
Export com.yahoo.time
This will also export WallClockSource. It is marked as @Beta, and we don't use it anywhere, so perhaps we should just remove it.
-rw-r--r--vespajlib/src/main/java/com/yahoo/time/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/time/package-info.java b/vespajlib/src/main/java/com/yahoo/time/package-info.java
new file mode 100644
index 00000000000..1b24da17655
--- /dev/null
+++ b/vespajlib/src/main/java/com/yahoo/time/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+package com.yahoo.time;
+
+import com.yahoo.osgi.annotation.ExportPackage;