The @deprecated Tag
The @deprecated that a constructor, a method, or property should no longer be used.
Syntax
@deprecated deprecatedDescription
- deprecatedDescription - Any information you wish to provide about the deprecated status of the object.
Example
/**
* @deprecated Since version 0.5. You should now use NewFoo.
*/
function Foo() {
}
}}}inks to other wiki pages