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