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
/
manual
/
moduleBasedMultiProject
/
projA
/
module-info.java
blob: 1ae75d49e9d6815a07d17bc7e06958bda78f3c82 (
plain
)
1
2
3
4
module
projA
{
requires
static
lombok
;
exports
pkgA
;
}