* @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ final class Tree extends Annotation { /** @var string */ public $type = 'nested'; /** @var string */ public $activateLocking = false; /** @var integer */ public $lockingTimeout = 3; }