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