From 4c15cb173cbc684d4b6c3b74e1a1c081a662f9a7 Mon Sep 17 00:00:00 2001 From: Liviu Tudor Date: Wed, 29 Mar 2017 12:45:06 -0700 Subject: [PATCH] shortened description for gorvernator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1afc51c..34609c3 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. -* [Governator](https://github.com/Netflix/governator) - Library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup. +* [Governator](https://github.com/Netflix/governator) - Extensions and utilities that enhance Google Guice. * [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. * [HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework.