Annotation Interface FieldsAreNullableByDefault


@Documented @Nullable @TypeQualifierDefault(FIELD) @Retention(RUNTIME) @Deprecated public @interface FieldsAreNullableByDefault
Deprecated.
since 2.2.0. Use corresponding Checker Framework based annotation FieldsAreNullableByDefault
Similar to ParametersAreNullableByDefault, but applies to fields of classes.