Bump fsfe/reuse-action from 3 to 5 (#65)
[storage-units.git] / storage-units-gson / src / main / java / module-info.java
blob057230dfe550838fa95b0b952a80fc8af291e10b
1 /*
2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 /**
6 * Module for GSON support.
7 */
8 @org.jspecify.annotations.NullMarked
9 module wtf.metio.storageunits.gson {
11 requires wtf.metio.storageunits.model;
12 requires com.google.gson;
13 requires org.jspecify;