@since
Syntax
@since versionString
Overview
@since records the version in which a symbol was first introduced. It helps users know the minimum version required to use a feature.
Example
/**
* Enable strict validation mode.
* @since 3.1.0
*/
function enableStrictMode() {}
See also
Official reference: jsdoc.app/tags-since