Block Tagstags-sinceOn this pagetags-sinceSyntax@since <versionDescription>OverviewThe @since tag indicates that a class, method, or other symbol was added in a specific version.ExamplesUsing the @since tag/** * Provides access to user information. * @since 1.0.1 */function UserRecord() {}