summaryrefslogtreecommitdiffstats
path: root/annotations
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-05-04 17:55:29 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-05-04 17:55:29 +0200
commit8bad2af2fb2792ecfd6ba18bf45a02a915c7e278 (patch)
tree44604e49688b8f73286ed01f17c0f17395415839 /annotations
parent2eda42ae067d1a3c115a4a7d2eacab6fc111829f (diff)
Ensure package is re-exported from container-core
Diffstat (limited to 'annotations')
-rw-r--r--annotations/src/main/java/com/yahoo/component/annotation/package-info.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/annotations/src/main/java/com/yahoo/component/annotation/package-info.java b/annotations/src/main/java/com/yahoo/component/annotation/package-info.java
index 89e53b1f5ee..6ad7e9e2642 100644
--- a/annotations/src/main/java/com/yahoo/component/annotation/package-info.java
+++ b/annotations/src/main/java/com/yahoo/component/annotation/package-info.java
@@ -3,4 +3,5 @@
* @author bjorncs
*/
@com.yahoo.api.annotations.PublicApi
+@com.yahoo.osgi.annotation.ExportPackage
package com.yahoo.component.annotation; \ No newline at end of file