https://github.com/pklink/java-14-records-example
Simple example of the new records preview feature in Java 14
https://github.com/pklink/java-14-records-example
java java-14 records
Last synced: 3 months ago
JSON representation
Simple example of the new records preview feature in Java 14
- Host: GitHub
- URL: https://github.com/pklink/java-14-records-example
- Owner: pklink
- Created: 2020-09-10T14:03:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T14:08:33.000Z (over 5 years ago)
- Last Synced: 2025-06-01T07:57:07.187Z (7 months ago)
- Topics: java, java-14, records
- Language: Java
- Homepage: https://blog.einself.net/records-in-java-14
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Records Example
Simple example of the new records preview feature on Java 14.
For german blog article https://blog.einself.net/records-in-java-14
```shell script
mvn test
```