This annotation marks methods, classes, constants, and macros as deprecated.
It receives an optional StringLiteral
as single argument containing a deprecation notice.
@[Deprecated("Use `#bar` instead")] def foo end
© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Deprecated.html