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