attribute [deprecated]¶
Description¶
Mark a declaration as deprecated.
Signature¶
[deprecated(message : String)]
Parameters¶
message : String¶
The diagnostic message to show when the declaration is used.
See also¶
[RemovedSince].
Mark a declaration as deprecated.
[deprecated(message : String)]
The diagnostic message to show when the declaration is used.
[RemovedSince].