annotation Deprecated

Overview

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

Defined in:

annotations.cr

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Deprecated.html