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
/
stubs
/
com
/
fasterxml
/
jackson
/
annotation
/
Nulls.java
blob: d40bd46dac3836949728ff05f09b1b730d11f160 (
plain
)
1
2
3
4
5
package
com.fasterxml.jackson.annotation
;
public
enum
Nulls
{
SKIP
;
}