From f71c667c837d1125d2e8aedf35ab74409e0bac3e Mon Sep 17 00:00:00 2001 From: jbock Date: Wed, 8 Feb 2023 21:50:31 +0100 Subject: [PATCH] add simple-component --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 2bb21df..c2247b3 100644 --- a/README.adoc +++ b/README.adoc @@ -38,6 +38,7 @@ _Existing annotation processors for different purposes_ * https://github.com/sundrio/sundrio[Sundrio] - A collection of apt-based code generating tools, including advanced builder generator, dsl generator, velocity transformer and etc. * https://github.com/civitz/viper[Viper] - A generator and a framework for injecting configurations via the java EE's CDI. Put all your configuration keys in an enum, and make viper inject the configurations in your beans. * https://github.com/cleopatra27/chocotea[chocotea] - Generates postman collection, environment and integration tests from Java code. +* https://github.com/jbock-java/simple-component[simple-component] - Another compile-time dependency injector. === Android