1ec1c29eab3c628b224f147e17ce9dfbc81c465a
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / rest / api / RestconfConstants.java
1 package org.opendaylight.controller.sal.rest.api;
2
3 public interface RestconfConstants {
4
5
6     public static String IDENTIFIER = "identifier";
7 }