We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Export
1 parent 4502dfd commit 7909ee1Copy full SHA for 7909ee1
src/main/java/com/github/packageurl/spi/package-info.java
@@ -23,7 +23,9 @@
23
* <p>Java implementation of the Package-URL Specification SPI for PURL types.</p>
24
* <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>
25
*/
26
+@Export
27
@NullMarked
28
package com.github.packageurl.spi;
29
30
import org.jspecify.annotations.NullMarked;
31
+import org.osgi.annotation.bundle.Export;
0 commit comments