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
/
FieldDefaultsOnRecord.java
blob: fd5f0f9573804d63dd543bf35943c9799b194c31 (
plain
)
1
2
3
// version 14:
public
record
FieldDefaultsOnRecord
(
String
a
,
String
b
)
{
}