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
/
WithOnStatic.java
blob: f8105e0e50dd34a164898085cedbe4bd5f6e18c3 (
plain
)
1
2
3
4
class
WithOnStatic
{
@lombok.With
static
boolean
foo
;
@lombok.With
static
int
bar
;
}