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-ecj
/
WithWithDollar.java
blob: 1fa830d48b8866380dbc4b524d8a8ccb27df09f4 (
plain
)
1
2
3
4
5
6
class
WithWithDollar
{
@lombok.With
int
$i
;
WithWithDollar
()
{
super
();
}
}