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
/
WithInnerAnnotation.java
blob: dca1f2695792bda312aff92d106fb95b47a52dc5 (
plain
)
1
2
3
4
5
6
// unchanged
class
WithInnerAnnotation
{
@interface
Inner
{
int
bar
()
default
42
;
}
}