Modernize

Modernize your code to best use the project's current JDK version. Take advantage of newly available APIs and reduce the dependency of your code on third party dependencies where there is equivalent functionality in the Java standard library.

Categories

Composite Recipes

Recipes that include further recipes, often including the individual recipes below.

Recipes

Last updated