New candidate JEP: 456: Unnamed Variables and Patterns

Mark Reinhold mark.reinhold at oracle.com
Mon Sep 25 14:40:17 UTC 2023


https://openjdk.org/jeps/456

  Summary: 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, _.

- Mark


More information about the jdk-dev mailing list