Package net.jrodolfo.java_evolution.java17


package net.jrodolfo.java_evolution.java17
Examples for features introduced in Java 17.

Java 17 is an LTS release. It finalized sealed classes, previewed pattern matching for switch, introduced the enhanced random generator API and HexFormat, and strongly encapsulated JDK internals.

For beginner-oriented notes about the problems these features solved, see the package README in the source directory.