add jspecify
[reguloj.git] / src / main / java / module-info.java
blob146f32f51a9d8b68bdd018f61400fbe25b5a442d
1 /*
2 * SPDX-FileCopyrightText: The reguloj Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 @org.jspecify.annotations.NullMarked
6 module wtf.metio.reguloj {
8 requires org.jspecify;
10 exports wtf.metio.reguloj;