Annotation Interface FieldsAreNullableByDefault
@Documented
@Nullable
@TypeQualifierDefault(FIELD)
@Retention(RUNTIME)
public @interface FieldsAreNullableByDefault
Similar to
ParametersAreNullableByDefault, but applies to fields of classes.- Since:
- 2.2.0