Metadata@sinceOn this page@sinceSyntax @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 @version @deprecated