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
/
projB
/
module-info.java
blob: 7b82f3620f88924ab502891a6185ec06b4c38b58 (
plain
)
1
2
3
4
5
module
projB
{
requires
static
lombok
;
requires
projA
;
}