NoIssue: Add Id tag

This commit is contained in:
2026-02-06 08:43:17 +01:00
parent 07571aa710
commit 33c2a2b939

View File

@@ -0,0 +1,6 @@
package com.r35157.libs.valuetypes.basic;
/**
* Id is the super tag for all kinds of id value types.
*/
public interface Id {}