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
/
WithMethodAbstract.java
blob: fd6edbc9d2d41ddc4a56321b234d5d51ce0fa3c9 (
plain
)
1
2
3
abstract
class
WithMethodAbstract
{
@lombok.With
String
foo
;
}