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
<sbe:messagename="MyDeprecatedMessage"id="123"description="old message that was deprecated in version 45"deprecated="45">
its respective java encoder and decoder should be marked with the @Deprecated annotation so that users get compile time warnings when still using old messages.
Happy to submit a PR, if this issue and objectives are accepted.
The text was updated successfully, but these errors were encountered:
given a definition like
its respective java encoder and decoder should be marked with the
@Deprecated
annotation so that users get compile time warnings when still using old messages.Happy to submit a PR, if this issue and objectives are accepted.
The text was updated successfully, but these errors were encountered: