* @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ final class Blameable extends Annotation { /** @var string */ public $on = 'update'; /** @var string|array */ public $field; /** @var mixed */ public $value; }