summaryrefslogtreecommitdiffstats
path: root/component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java')
-rw-r--r--component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java b/component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java
new file mode 100644
index 00000000000..054abe9cff9
--- /dev/null
+++ b/component/src/main/java/com/yahoo/container/di/componentgraph/package-info.java
@@ -0,0 +1,12 @@
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+/**
+ * Note that this package also exists in another Vespa module, for historical
+ * reasons. All Java classes should be kept in this module, and the other
+ * module's package should remain empty.
+ */
+@ExportPackage
+@PublicApi
+package com.yahoo.container.di.componentgraph;
+
+import com.yahoo.api.annotations.PublicApi;
+import com.yahoo.osgi.annotation.ExportPackage;