From 347b7807010eb47dbe90d2637bb45beb8ef4791e Mon Sep 17 00:00:00 2001 From: akullpp Date: Sun, 23 Aug 2015 19:44:25 +0200 Subject: [PATCH] Added Apache DeltaSpike --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4447a26..48fe4a4 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that help to realize the [Inversion of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm.* +* [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. * [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. * [HK2](https://hk2.java.net) - A light-weight and dynamic dependency injection framework.