We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460451f commit 342da87Copy full SHA for 342da87
README.md
@@ -6,8 +6,8 @@
6
Uses Annotation processing to generate builders for records.
7
8
## Distinguishing features
9
-- By default Collection/Optional Types will not be null (an empty collection/optional will be provided)
10
-- can choose the default value of a record component in the generated builder
+- By default, Collection/Optional Types will not be null (an empty collection/optional will be provided)
+- We can choose the default value of a record component in the generated builder
11
- Copies nullability annotations to the generated setters to aid in static analysis
12
13
## Usage
0 commit comments