An open API service indexing awesome lists of open source software.

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

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
```