. */ namespace Doctrine\ORM\Mapping; /** * @Annotation * @Target("ALL") * @todo check available targets */ final class ElementCollection implements Annotation { /** @var string */ public $tableName; }