DEBSOURCES
Skip Quicknav
sources / doctrine / 2.14.1%2Bdfsg-1 / lib / Doctrine / ORM / Mapping / Annotation.php
12345678910
<?php declare(strict_types=1); namespace Doctrine\ORM\Mapping; /** @deprecated Use {@see MappingAttribute} instead. */ interface Annotation { }