edu.umd.cs.findbugs.annotations
Annotation Type NonNull


Deprecated.

@Documented
@Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
@Retention(value=CLASS)
@Nonnull(when=ALWAYS)
@TypeQualifierNickname
@Deprecated
public @interface NonNull

The annotated element must not be null. Annotated Fields must only not be null after construction has completed. Annotated methods must have non-null return values.



Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.