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