@Experimental @Documented @Retention(value=CLASS) @Target(value={FIELD,PARAMETER,METHOD}) public @interface Nonnull
Annotated fields must not be null after construction has completed.
When this annotation is applied to a method it applies to the method return value.
Nullable
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.