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