* @author Gediminas Morkevicius * @author * @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; }