mkarneim / pojobuilder

A Java Code Generator for Pojo Builders
Other
334 stars 44 forks source link

Support @GeneratePojobuilder on records (if JDK >= 16) #171

Closed mkuss closed 2 years ago

mkuss commented 2 years ago

Test cases are included and can be run from the ide when executed with JDK >= 16.

mkarneim commented 2 years ago

Thank you for this PR!