JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
Contents
Hide sidebar
❮
❯
Show sidebar
Description
org.cojen.tupl
org.cojen.tupl
Nullable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Nullable
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Nullable
Annotation which indicates that a column value can be null.
See Also:
Table