The following describes selected improvements of the Java language. See the Java 22 release notes. See Java Language Updates for Java SE 22.
With Java 22 the following language enhancements are now generally available
JEP 456 is releasing Unnamed Patterns and Variables. Unnamed patterns, which match a record component without stating the component’s name or type, and unnamed variables, which can be initialized but not used. Both are denoted by an underscore character,
_.