thombergs / buckpal

An example approach for implementing a Clean/Hexagonal Architecture
https://leanpub.com/get-your-hands-dirty-on-clean-architecture/overview
2.14k stars 659 forks source link

Use record feature #41

Open imhosseinzadeh opened 1 year ago

imhosseinzadeh commented 1 year ago

Since the system models have final fields, using the record feature of Java 14 is better.

Changes in this pull request :