[weaver-pojo] Implement first prototype of POJO weaving

This commit is contained in:
2024-10-20 21:30:00 +02:00
parent 37d64502ad
commit 002f59ebd0
40 changed files with 2144 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
dependencies {
api(project(":tweed5-core"))
api(project(":tweed5-naming-format"))
compileOnly(project(":tweed5-default-extensions"))
compileOnly(project(":tweed5-serde-extension"))
}