This website requires JavaScript.
Explore
Help
Register
Sign In
mindol1004
/
record-builder
Watch
1
Star
0
Fork
0
You've already forked record-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
bd8fbeb0458cd5d26b5caeb2779783d86746f0e9
record-builder
/
record-builder-processor
History
Jordan Zimmerman
bd8fbeb045
Adds special handling for record components of type
java.util.List
,
java.util.Set
,
java.util.Map
and
java.util.Collection
. When the record is built, any components of these types are passed through an added shim method that uses the corresponding immutable collection (e.g.
List.copyOf(o)
) or an empty immutable collection if the component is null.
...
Closes
#56
Closes
#58
2021-10-07 08:35:17 +01:00
..
src
/main
Adds special handling for record components of type
java.util.List
,
java.util.Set
,
java.util.Map
and
java.util.Collection
. When the record is built, any components of these types are passed through an added shim method that uses the corresponding immutable collection (e.g.
List.copyOf(o)
) or an empty immutable collection if the component is null.
2021-10-07 08:35:17 +01:00
pom.xml
[maven-release-plugin] prepare for next development iteration
2021-10-07 08:35:17 +01:00