[weaver-pojo-validation-extension] Enable validators in POJO weaving

This commit is contained in:
2025-07-27 22:35:12 +02:00
parent 3acd43357b
commit bdd1cd5c1a
11 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
plugins {
id("de.siphalor.tweed5.base-module")
}
dependencies {
api(project(":tweed5-construct"))
api(project(":tweed5-default-extensions"))
api(project(":tweed5-weaver-pojo"))
}