index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
transform
/
resource
/
after-delombok
/
FieldDefaultsViaConfigOnRecord.java
blob: 1a2ce882048c3a5b4ed02ca8137422697044670d (
plain
)
1
2
3
// version 14:
public
record
FieldDefaultsViaConfigOnRecord
(
String
a
,
String
b
)
{
}