My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TagDeprecated  
@deprecated
Updated Aug 4, 2011 by micm...@gmail.com

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
Powered by Google Project Hosting