Merge "Added support for persistance of service references to netconf."
[controller.git] / opendaylight / netconf / config-netconf-connector / src / main / java / org / opendaylight / controller / netconf / confignetconfconnector / mapping / attributes / AttributesConstants.java
1 /**
2  * @author Maros Marsalek
3  *
4  * 12 2013
5  *
6  * Copyright (c) 2012 by Cisco Systems, Inc.
7  * All rights reserved.
8  */
9 package org.opendaylight.controller.netconf.confignetconfconnector.mapping.attributes;
10
11 public class AttributesConstants {
12
13     /**
14      * Property placed into object names for dependencies to preserve reference name
15      */
16     public static final String REF_NAME_ON_PROPERTY_KEY = "X-refName";
17 }