[type-utils, weaver-pojo] Introduce a submodule focused on Java types for POJO weaving

This commit is contained in:
2025-03-04 23:47:40 +01:00
parent 0eac7e42aa
commit e30e6d0547
25 changed files with 1079 additions and 204 deletions

View File

@@ -5,4 +5,5 @@ plugins {
dependencies {
api(project(":tweed5-core"))
api(project(":tweed5-naming-format"))
api(project(":tweed5-type-utils"))
}