Annotation Type FieldsAreNullableByDefault
-
@Retention(RUNTIME) @Nullable @TypeQualifierDefault(FIELD) public @interface FieldsAreNullableByDefaultDefaults all fields within annotation's scope to @Nullable, unless a more tightly-scoped annotation is applied.