format & docs
[storage-units.git] / storage-units-model / src / main / java / module-info.java
blob539357db1454e3e44fa05411001354a7757a14e4
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;