1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 10:38:19 +08:00

feat(validator): Support validators for config values.

BREAKING CHANGE: `ValueManifest` and `ConfigValue` added a new type "UNIT" to mark the minimal unit value of this instance.

link #132
This commit is contained in:
2025-03-16 23:56:36 +08:00
parent 854e3df49f
commit fae048dd69
52 changed files with 577 additions and 166 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>configured-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>