@Documented @Retention(value=CLASS) @Target(value={FIELD,PARAMETER,METHOD}) public static @interface API.NonNullable
null
is NOT an acceptable value for that parameter.
A NullPointerException
will be thrown if null
is passed for such a parameter.API.Nullable
Copyright © 2015–2018 MapR Technologies, Inc.. All rights reserved.