New candidate JEP: 456: Unnamed Variables and Patterns


Enhance the Java language with unnamed variables, which can be initialized but not used, and unnamed patterns, which match a record component without stating the component's name or type. Both are denoted by an underscore character, _.

More at https://openjdk.org/jeps/456