Package edu.umd.cs.findbugs.annotations
Annotation Type UnknownNullness
-
@Documented @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) @Retention(CLASS) @Nonnull(when=UNKNOWN) @TypeQualifierNickname @Deprecated public @interface UnknownNullness
Deprecated.Used to indicate that the nullness of element is unknown, or may vary in unknown ways in subclasses.