| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
A record is a special Java class designed to hold immutable data with minimal boilerplate.
A record automatically generats:
A record is implicitly:
Java 21 introduces record deconstruction patterns. This lets you extract data directly inside:
Record patterns allow:
| Back | FazBrowse Home | New Git URL |