Package org.elasticsearch.common
Annotation Type Nullable
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,FIELD,METHOD}) public @interface NullableThe presence of this annotation on a method parameter indicates thatnullis an acceptable value for that parameter. It should not be used for parameters of primitive types.