summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-07-06 14:15:11 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-07-06 14:15:11 +0200
commitff3c5d74e0b784c58591427bdefc03ad59f6d67d (patch)
tree0404a920d5d749509626ae604a6f8f9d3524870d /controller-server
parenta786a4ec8aeccf0d7bdb403d9263ccfc07312686 (diff)
Export package 'com.yahoo.vespa.hosted.controller.athenz.config'
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/config/package-info.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/config/package-info.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/config/package-info.java
new file mode 100644
index 00000000000..f3f2acf1e01
--- /dev/null
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/config/package-info.java
@@ -0,0 +1,10 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+/**
+ * Required for using {@link com.yahoo.vespa.hosted.controller.athenz.config.AthenzConfig} outside controller-server module.
+ *
+ * @author bjorncs
+ */
+@ExportPackage
+package com.yahoo.vespa.hosted.controller.athenz.config;
+
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file