update project meta
[storage-units.git] / storage-units-model / src / main / java / module-info.java
blobfd73fa761aeac0c17874e61bf336b47eae1f9c39
1 /*
2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 @org.jspecify.nullness.NullMarked
6 module wtf.metio.storageunits.model {
8 requires org.jetbrains.annotations;
9 requires com.github.spotbugs.annotations;
10 requires org.jspecify;
12 exports wtf.metio.storageunits.model;