add support for gson serialization
[storage-units.git] / storage-units-gson / src / main / java / module-info.java
blob61ed53ec502c6f9a79c5b1e28ccf2c79c3e6dc14
1 /*
2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 /**
6 * Module for GSON support.
7 */
8 @org.jspecify.nullness.NullMarked
9 module wtf.metio.storageunits.gson {
11 requires wtf.metio.storageunits.model;
12 requires com.google.gson;
13 requires org.jspecify;