The @deprecated trait goes into the JSDoc of the relevant field, but the message: and since: strings are not put anywhere. Usually deprecation has a "see other usage" or some sort of explanation that is helpful here, and it'd be nice for clients to see that in the documentation of that type/field.
The
@deprecated
trait goes into the JSDoc of the relevant field, but themessage:
andsince:
strings are not put anywhere. Usually deprecation has a "see other usage" or some sort of explanation that is helpful here, and it'd be nice for clients to see that in the documentation of that type/field.