JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
arc.util
Annotation Interface Nullable
@Documented
@Target
({
METHOD
,
FIELD
,
PARAMETER
,
LOCAL_VARIABLE
})
@Retention
(
RUNTIME
)
public @interface
Nullable
Indicates that a method return or field can be null.