Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
758 stars 55 forks source link

Add support for NotNull-style annotations #40

Closed Randgalt closed 3 years ago

Randgalt commented 3 years ago

When enabled, annotations matching the configured regex for NotNull annotations cause Object.requireNonNull() to be added for annotated components.