Annotation Interface FieldsAreNullableByDefault


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