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
/
manual
/
delombokAntTask
/
src
/
Test.java
blob: e3a8bc75dff845e3a96647df132ea5ac2b94f23c (
plain
)
1
2
3
4
5
@lombok.Builder
@lombok.Value
public
class
Test
{
String
hello
;
int
world
;
}