* @package Gedmo.Mapping.Annotation * @subpackage SoftDeleteable * @link http://www.gediminasm.org * @license MIT License (http://www.opensource.org/licenses/mit-license.php) * * @Annotation * @Target("CLASS") */ final class SoftDeleteable extends Annotation { /** @var string */ public $fieldName = 'deletedAt'; }