2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
6 * Module for the core data model.
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
;