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.
1 parent 76b82bb commit 3534927Copy full SHA for 3534927
vertx-sql-client-templates/src/main/java/module-info.java
@@ -6,4 +6,7 @@
6
requires java.compiler;
7
requires static io.vertx.docgen;
8
9
+ exports io.vertx.sqlclient.templates;
10
+ exports io.vertx.sqlclient.templates.annotations;
11
+
12
}
0 commit comments