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