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