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.
2 parents 07aa37b + 6943836 commit e58849eCopy full SHA for e58849e
annotations/src/main/java/module-info.java
@@ -1,3 +1,4 @@
1
module org.jboss.logging.annotations {
2
requires static org.jboss.logging;
3
-}
+ exports org.jboss.logging.annotations;
4
+}
0 commit comments