@Documented @Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) @Retention(value=CLASS) @Nonnull(when=UNKNOWN) @TypeQualifierNickname public @interface NullUnknown
null
under certain
defined circumstances. The necessity of the non-null check depends
on situations described in the javadoc (so the non-null check is
not required by default).
Consider Map.get(java.lang.Object)
as an example of
such a method - depending on usage of the Map
null
may be legal or forbidden.
Built on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.