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