-
Notifications
You must be signed in to change notification settings - Fork 240
@experimental
Rene Saarsoo edited this page Sep 27, 2013
·
1 revision
Synopsis:
@experimental
Some description...
@experimental 2.0 Some description...
Documents a class or member that exposes an experimental new functionality, which may be removed in future versions.
The @experimental
tag may be optionally followed by a version number denoting since when the feature was introduced.
Example:
/**
* Fills the page with unicorn shapes.
* @experimental
* Careful with unicorns, we're not really sure they exist.
*/
function drawUnicorns() {
...
}
- For deprecated items see: @deprecated
- For completely removed items see: @removed