update to latest parent (#35)
[storage-units.git] / storage-units-model / src / main / java / module-info.java
blobb2b717d0952079c5f33a53622c5266b1f794ce84
1 /*
2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 /**
6 * Module for the core data model.
7 */
8 @org.jspecify.annotations.NullMarked
9 module wtf.metio.storageunits.model {
11 requires org.jetbrains.annotations;
12 requires com.github.spotbugs.annotations;
13 requires org.jspecify;
15 exports wtf.metio.storageunits.model;