JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.apache.avro.reflect
Annotation Type Nullable
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
METHOD
,
FIELD
})
@Documented
public @interface
Nullable
Declares that null is a valid value for a Java type. Causes an Avro union with null to be used. May be applied to parameters, fields and methods (to declare the return type).