Remove @Nullable (Java) for required fields (fixes #4724) (#4726)
@Nullable is only a compiler informational attribute. Removing for required fields improves compiler warnings but doesn't impact any running code.
Showing
Please
register
or
sign in
to comment