shortened description for gorvernator

This commit is contained in:
Liviu Tudor
2017-03-29 12:45:06 -07:00
parent 6b318ee5d6
commit 4c15cb173c

View File

@ -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.