Merge pull request #412 from akullpp/feat/modernizer

feat: add modernizer
This commit is contained in:
Andreas Kull
2016-09-04 12:34:09 +02:00
committed by GitHub

View File

@ -507,6 +507,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Lanterna](https://github.com/mabe02/lanterna) - Easy console text GUI library similar to curses.
* [LightAdmin](http://lightadmin.org/) - Pluggable CRUD UI library for rapid application development.
* [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide.
* [Modernizer](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs.
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
* [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types.