From 1c6ea71e8ea54af3292522d64ae57aabae622918 Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Tue, 21 Apr 2015 13:03:26 +0200 Subject: [PATCH] Added HK2 to Dependency Injection section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..3b80943 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Dagger](http://square.github.io/dagger/) - Compile-time injection framework without reflection, mainly for Android. * [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. ## Development