. */ namespace Doctrine\ORM\Mapping; /** * @Annotation * @Target("PROPERTY") */ final class OrderBy implements Annotation { /** * @var array */ public $value; }