JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.javacrumbs.shedlock.support.annotation
Annotation Type NonNull
@Target
({
METHOD
,
PARAMETER
,
FIELD
})
@Retention
(
RUNTIME
)
@Nonnull
@TypeQualifierNickname
public @interface
NonNull
A common Spring annotation to declare that annotated elements cannot be
null
.
See Also:
Nullable