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
/
before
/
ToStringExplicitInclude.java
blob: 31687bc61f44b9c6558b8cb865e64525de74a48f (
plain
)
1
2
3
4
@lombok.ToString
(
onlyExplicitlyIncluded
=
true
)
class
ToStringExplicitInclude
{
int
x
;
}