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