xref: /aosp_15_r20/external/xz-java/src9/module-info.java (revision 21943e31f48dee19de75c78c0efeb8417c9a67d0)
1 /*
2  * module-info
3  *
4  * Author: Lasse Collin <[email protected]>
5  *
6  * This file has been put into the public domain.
7  * You can do whatever you want with this file.
8  */
9 
10 module org.tukaani.xz {
11     exports org.tukaani.xz;
12 }
13