Add Annotation Processor for compile time checks

This commit is contained in:
2025-11-23 20:27:44 +01:00
parent f6fc65a370
commit 18659385d2
40 changed files with 1029 additions and 185 deletions
@@ -31,4 +31,6 @@ dependencies {
testImplementation(libs.hamcrest)
testImplementation(project(":CommandFramework:CommandFrameworkBase", "default"))
testAnnotationProcessor(project(":CommandFramework:CommandFrameworkAnnotationProcessor", "default"))
}