JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Package net.javacrumbs.shedlock.support.annotation
Annotation Types Summary
Annotation Type
Description
NonNull
A common Spring annotation to declare that annotated elements cannot be
null
.
Nullable
A common annotation to declare that annotated elements can be
null
under some circumstance.