You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpineEventEngine/base#409 introduces @Validated and @NotValidated annotations. Basing on them, we may add create a static analyzer (e.g. an ErrorProne check) and make sure that users as well as we, do not use not validated messages.
The state of a message of being validated or not should be treated similarly to an object's nullability. We may pass not validated messages around, but not use their values.
The text was updated successfully, but these errors were encountered:
SpineEventEngine/base#409 introduces
@Validated
and@NotValidated
annotations. Basing on them, we may add create a static analyzer (e.g. an ErrorProne check) and make sure that users as well as we, do not use not validated messages.The state of a message of being validated or not should be treated similarly to an object's nullability. We may pass not validated messages around, but not use their values.
The text was updated successfully, but these errors were encountered: