Yes, I saw that. But how can it be used to embed a value object that is not an entity?
I would like to have a value object that lives in a separate namespace from entities and does not have the @ORM\Entity annotation, and has @ORM\Embeddable annotation instead (as in the example I linked to in the question).