* @author Gediminas Morkevicius * @author * @package Gedmo.Mapping.Annotation * @subpackage TreePath * @link http://www.gediminasm.org * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ final class TreePath extends Annotation { public $separator = ','; public $appendId = null; public $startsWithSeparator = false; public $endsWithSeparator = true; }