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.
Mark a declaration as deprecated.
[deprecated(message : String)]
The diagnostic message to show when the declaration is used.