JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Index
Search
Help
de.siegmar.fastcsv
de.siegmar.fastcsv.util
Nullable
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Nullable
@Retention
(
CLASS
)
@Target
({
FIELD
,
METHOD
,
PARAMETER
})
public @interface
Nullable
Annotation to indicate that a method parameter, return value, or field can be null.