org.opendaylight.yangtools.yang.parser.spi.package-info Maven / Gradle / Ivy
/*
* Copyright (c) 2017 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
/**
* Provides essential namespaces which are filled in the parsing process. Currently this package
* contains interfaces which represent essential namespaces according to Rfc6020
* and Rfc7950 (for more details see the section 6.2.1. Identifiers and Their Namespaces
* in Rfc6020 and Rfc7950).
*/
package org.opendaylight.yangtools.yang.parser.spi;