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