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