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
/
pkgA
/
ClassA.java
blob: 2e17e1421c1af9b7f280476cc195a3f06de22e77 (
plain
)
1
2
3
4
5
package
pkgA
;
public
class
ClassA
{
@lombok.Getter
private
String
hello
=
"hello"
;
}