. */ namespace Doctrine\ORM\Mapping; /** * @Annotation * @Target("CLASS") */ final class Embeddable implements Annotation { }