JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.api
Nullable
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Nullable
@Deprecated
@Documented
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
METHOD
,
FIELD
})
public @interface
Nullable
Deprecated.
Use
Nullable
instead.
Indicates that the value of an element can be null.
Nullableinstead.