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).