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