JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
io.cloudevents.api
Package
io.cloudevents.lang
Annotation Interface Nullable
@Target
({
METHOD
,
PARAMETER
,
FIELD
})
@Retention
(
RUNTIME
)
@Documented
@Nonnull(when=MAYBE) @TypeQualifierNickname
public @interface
Nullable
This annotation is used to define a method parameter or return type as nullable.