Metadata@versionOn this page@versionSyntax @version versionString Overview @version records the version number associated with a symbol. The value is a free-form string — any versioning scheme is accepted. Example /** * @version 2.3.0 */class ApiClient {} See also @since @deprecated