Syntax
@deprecated [<some text>]
Overview
The @deprecated tag marks a symbol in your code as being deprecated.
Examples
You can use the @deprecated tag by itself, or include some text that describes more about the deprecation.
@deprecated [<some text>]
The @deprecated tag marks a symbol in your code as being deprecated.
You can use the @deprecated tag by itself, or include some text that describes more about the deprecation.