class NavigationPropertyBinding extends ParserCommon {
  constructor() {
    super();
    this.addAttributeHandler('Target', this.addAttributeToObj, {});
    this.addAttributeHandler('Path', null, {});