---
title: "Deprecation: #83078 - Replace @lazy with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Lazy"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83078"
source: "Changelog/9.0/Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst"
typo3-version: "9.0"
typo3-major: 9
type: "deprecation"
issue: 83078
forge: "https://forge.typo3.org/issues/83078"
tags: ["PHP-API", "ext:extbase", "FullyScanned"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #83078 - Replace @lazy with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Lazy {#deprecation-83078}

See [forge#83078](https://forge.typo3.org/issues/83078)

## Description {#description}

The `@lazy` annotation has been deprecated and must be replaced with the doctrine annotation
`@TYPO3\CMS\Extbase\Annotation\ORM\Lazy`.

## Impact {#impact}

From version 9.0 on, `@lazy` is deprecated and will be removed in version 10.

## Affected Installations {#affected-installations}

All extensions that use `@lazy`

## Migration {#migration}

Use `@TYPO3\CMS\Extbase\Annotation\ORM\Lazy` instead.
