Skip to content

Commit 7909ee1

Browse files
committed
Add @Export
1 parent 4502dfd commit 7909ee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/packageurl/spi/package-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
* <p>Java implementation of the Package-URL Specification SPI for PURL types.</p>
2424
* <p><a href="https://raw.githubusercontent.com/package-url/purl-spec/refs/heads/main/PURL-TYPES.rst">https://raw.githubusercontent.com/package-url/purl-spec/refs/heads/main/PURL-TYPES.rst</a></p>
2525
*/
26+
@Export
2627
@NullMarked
2728
package com.github.packageurl.spi;
2829

2930
import org.jspecify.annotations.NullMarked;
31+
import org.osgi.annotation.bundle.Export;

0 commit comments

Comments
 (0)