BUG-4688: Eliminate Module.DEFAULT_SEMANTIC_VERSION
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / package-info.java
1 /*
2  * Copyright (c) 2017 Cisco Systems, Inc. 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 /**
10  * Contains implementation of statement supports for Rfc6020 statements and
11  * implementation of declared statements. This package may also contain common
12  * implementation of statement supports and declared statements for both Rfc6020 and Rfc7950
13  * statements, if there are no or minimal differences between these statements.
14  */
15 package org.opendaylight.yangtools.yang.parser.stmt.rfc6020;