Documentation of 'edu.umd.cs.findbugs.annotations.NonNull' Java class
NonNull
edu.umd.cs.findbugs.annotations

Annotation Type NonNull


  • Deprecated. 
    - use Nonnull instead.

    @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.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.