update project meta
[storage-units.git] / storage-units-jackson / src / main / java / module-info.java
blob4e41ed948e7e583e99211eda21511cdc1d457b45
1 /*
2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 @org.jspecify.nullness.NullMarked
6 module wtf.metio.storageunits.jackson {
8 requires wtf.metio.storageunits.model;
9 requires com.fasterxml.jackson.core;
10 requires com.fasterxml.jackson.databind;
11 requires org.jspecify;