FindBugs™ 1.3.9

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


@Documented
@Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
@Retention(value=CLASS)
@Nonnull(when=ALWAYS)
@TypeQualifierNickname
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.


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.