2 * SPDX-FileCopyrightText: The Storage-Units Authors
3 * SPDX-License-Identifier: 0BSD
6 * Module for GSON support.
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
;