edu.umd.cs.findbugs.annotations
Annotation Type NonNull
-
Deprecated.- useNonnullinstead.
@Documented @Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) @Retention(value=CLASS) @Nonnull(when=ALWAYS) @TypeQualifierNickname @Deprecated public @interface NonNullThe 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