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
/
src
/
lombok
/
AccessLevel.java
blob: 37b91235793465db904b75a149b5a491505d3fd8 (
plain
)
1
2
3
4
5
package
lombok
;
public
enum
AccessLevel
{
PUBLIC
,
MODULE
,
PROTECTED
,
PACKAGE
,
PRIVATE
;
}