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