Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / nb / rfc8040 / legacy / package-info.java
1 /*
2  * Copyright (c) 2021 PANTHEON.tech, s.r.o. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 /**
9  * Various legacy constructs used in RFC8040 northbound. This package holds classes which are needed to properly extend
10  * restconf-common constructs without polluting them with things that are internal to this implementation and either are
11  * not or cannot be assumed to be relevant to bierman02.
12  *
13  * <p>
14  * These constructs are subject to future removal as we restructure how RESTCONF requests are wired to JAX-RS, bound to
15  * the runtime environment (MD-SAL services and mount points).
16  */
17 package org.opendaylight.restconf.nb.rfc8040.legacy;