<?php
/** Entity */
class Distillery
{
    
/**
     * @Id
     * @Column(type=string)
     */
    
private $name;
}