Skip to content

Commit 0197f1c

Browse files
committed
Add module-info.java
1 parent 048f9cc commit 0197f1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/module-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module yadic {
2+
exports yadic;
3+
exports yadic.annotation;
4+
}

0 commit comments

Comments
 (0)